public static class ListPbfListingsRequest.Builder extends Object implements BmcRequest.Builder<ListPbfListingsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListPbfListingsRequest |
build()
Build the instance of ListPbfListingsRequest as configured by this builder
|
ListPbfListingsRequest |
buildWithoutInvocationCallback()
Build the instance of ListPbfListingsRequest as configured by this builder
|
ListPbfListingsRequest.Builder |
copy(ListPbfListingsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListPbfListingsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListPbfListingsRequest.Builder |
lifecycleState(PbfListing.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
ListPbfListingsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListPbfListingsRequest.Builder |
name(String name)
A filter to return only resources that match the entire PBF name given.
|
ListPbfListingsRequest.Builder |
nameContains(String nameContains)
A filter to return only resources that contain the supplied filter text in the PBF name
given.
|
ListPbfListingsRequest.Builder |
nameStartsWith(String nameStartsWith)
A filter to return only resources that start with the supplied filter text in the PBF
name given.
|
ListPbfListingsRequest.Builder |
opcRequestId(String opcRequestId)
The unique Oracle-assigned identifier for the request.
|
ListPbfListingsRequest.Builder |
page(String page)
The pagination token for a list query returned by a previous operation
|
ListPbfListingsRequest.Builder |
pbfListingId(String pbfListingId)
unique PbfListing identifier
|
ListPbfListingsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListPbfListingsRequest.Builder |
sortBy(ListPbfListingsRequest.SortBy sortBy)
The field to sort by.
|
ListPbfListingsRequest.Builder |
sortOrder(ListPbfListingsRequest.SortOrder sortOrder)
Specifies sort order.
|
ListPbfListingsRequest.Builder |
trigger(List<String> trigger)
A filter to return only resources that match the service trigger sources of a PBF.
|
ListPbfListingsRequest.Builder |
trigger(String singularValue)
Singular setter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListPbfListingsRequest.Builder pbfListingId(String pbfListingId)
unique PbfListing identifier
pbfListingId
- the value to setpublic ListPbfListingsRequest.Builder name(String name)
A filter to return only resources that match the entire PBF name given.
name
- the value to setpublic ListPbfListingsRequest.Builder nameContains(String nameContains)
A filter to return only resources that contain the supplied filter text in the PBF name given.
nameContains
- the value to setpublic ListPbfListingsRequest.Builder nameStartsWith(String nameStartsWith)
A filter to return only resources that start with the supplied filter text in the PBF name given.
nameStartsWith
- the value to setpublic ListPbfListingsRequest.Builder trigger(List<String> trigger)
A filter to return only resources that match the service trigger sources of a PBF.
trigger
- the value to setpublic ListPbfListingsRequest.Builder trigger(String singularValue)
Singular setter. A filter to return only resources that match the service trigger sources of a PBF.
singularValue
- the singular value to setpublic ListPbfListingsRequest.Builder lifecycleState(PbfListing.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
lifecycleState
- the value to setpublic ListPbfListingsRequest.Builder limit(Integer limit)
The maximum number of items to return. 1 is the minimum, 50 is the maximum.
Default: 10
limit
- the value to setpublic ListPbfListingsRequest.Builder page(String page)
The pagination token for a list query returned by a previous operation
page
- the value to setpublic ListPbfListingsRequest.Builder sortOrder(ListPbfListingsRequest.SortOrder sortOrder)
Specifies sort order.
**ASC:** Ascending sort order. * **DESC:** Descending sort order.
sortOrder
- the value to setpublic ListPbfListingsRequest.Builder sortBy(ListPbfListingsRequest.SortBy sortBy)
The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for name is ascending.
sortBy
- the value to setpublic ListPbfListingsRequest.Builder opcRequestId(String opcRequestId)
The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opcRequestId
- the value to setpublic ListPbfListingsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListPbfListingsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListPbfListingsRequest.Builder copy(ListPbfListingsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListPbfListingsRequest,Void>
o
- other request from which to copy valuespublic ListPbfListingsRequest build()
Build the instance of ListPbfListingsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListPbfListingsRequest,Void>
public ListPbfListingsRequest buildWithoutInvocationCallback()
Build the instance of ListPbfListingsRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.