Class ListServiceCatalogAssociationsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.servicecatalog.requests.ListServiceCatalogAssociationsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListServiceCatalogAssociationsRequest,Void>
- Enclosing class:
- ListServiceCatalogAssociationsRequest
public static class ListServiceCatalogAssociationsRequest.Builder extends Object implements BmcRequest.Builder<ListServiceCatalogAssociationsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListServiceCatalogAssociationsRequest
build()
Build the instance of ListServiceCatalogAssociationsRequest as configured by this builderListServiceCatalogAssociationsRequest
buildWithoutInvocationCallback()
Build the instance of ListServiceCatalogAssociationsRequest as configured by this builderListServiceCatalogAssociationsRequest.Builder
copy(ListServiceCatalogAssociationsRequest o)
Copy method to populate the builder with values from the given instance.ListServiceCatalogAssociationsRequest.Builder
entityId(String entityId)
The unique identifier of the entity associated with service catalog.ListServiceCatalogAssociationsRequest.Builder
entityType(String entityType)
The type of the application in the service catalog.ListServiceCatalogAssociationsRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.ListServiceCatalogAssociationsRequest.Builder
limit(Integer limit)
How many records to return.ListServiceCatalogAssociationsRequest.Builder
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.ListServiceCatalogAssociationsRequest.Builder
page(String page)
The value of the opc-next-page response header from the previous “List” call.ListServiceCatalogAssociationsRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.ListServiceCatalogAssociationsRequest.Builder
serviceCatalogAssociationId(String serviceCatalogAssociationId)
The unique identifier for the service catalog association.ListServiceCatalogAssociationsRequest.Builder
serviceCatalogId(String serviceCatalogId)
The unique identifier for the service catalog.ListServiceCatalogAssociationsRequest.Builder
sortBy(ListServiceCatalogAssociationsRequest.SortBy sortBy)
Default is TIMECREATEDListServiceCatalogAssociationsRequest.Builder
sortOrder(ListServiceCatalogAssociationsRequest.SortOrder sortOrder)
The sort order to apply, either ASC or DESC.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
serviceCatalogAssociationId
public ListServiceCatalogAssociationsRequest.Builder serviceCatalogAssociationId(String serviceCatalogAssociationId)
The unique identifier for the service catalog association.- Parameters:
serviceCatalogAssociationId
- the value to set- Returns:
- this builder instance
-
serviceCatalogId
public ListServiceCatalogAssociationsRequest.Builder serviceCatalogId(String serviceCatalogId)
The unique identifier for the service catalog.- Parameters:
serviceCatalogId
- the value to set- Returns:
- this builder instance
-
entityId
public ListServiceCatalogAssociationsRequest.Builder entityId(String entityId)
The unique identifier of the entity associated with service catalog.- Parameters:
entityId
- the value to set- Returns:
- this builder instance
-
entityType
public ListServiceCatalogAssociationsRequest.Builder entityType(String entityType)
The type of the application in the service catalog.- Parameters:
entityType
- the value to set- Returns:
- this builder instance
-
limit
public ListServiceCatalogAssociationsRequest.Builder limit(Integer limit)
How many records to return.Specify a value greater than zero and less than or equal to 1000. The default is 30.
- Parameters:
limit
- the value to set- Returns:
- this builder instance
-
page
public ListServiceCatalogAssociationsRequest.Builder page(String page)
The value of the opc-next-page response header from the previous “List” call.- Parameters:
page
- the value to set- Returns:
- this builder instance
-
sortOrder
public ListServiceCatalogAssociationsRequest.Builder sortOrder(ListServiceCatalogAssociationsRequest.SortOrder sortOrder)
The sort order to apply, either ASC or DESC.Default is ASC.
- Parameters:
sortOrder
- the value to set- Returns:
- this builder instance
-
sortBy
public ListServiceCatalogAssociationsRequest.Builder sortBy(ListServiceCatalogAssociationsRequest.SortBy sortBy)
Default is TIMECREATED- Parameters:
sortBy
- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListServiceCatalogAssociationsRequest.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID.
- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListServiceCatalogAssociationsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.- Parameters:
invocationCallback
- the invocation callback to be set for the request- Returns:
- this builder instance
-
retryConfiguration
public ListServiceCatalogAssociationsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.- Parameters:
retryConfiguration
- the retry configuration to be used for the request- Returns:
- this builder instance
-
copy
public ListServiceCatalogAssociationsRequest.Builder copy(ListServiceCatalogAssociationsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<ListServiceCatalogAssociationsRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public ListServiceCatalogAssociationsRequest build()
Build the instance of ListServiceCatalogAssociationsRequest as configured by this builderNote that this method takes calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuildWithoutInvocationCallback()
does not.This is the preferred method to build an instance.
- Specified by:
build
in interfaceBmcRequest.Builder<ListServiceCatalogAssociationsRequest,Void>
- Returns:
- instance of ListServiceCatalogAssociationsRequest
-
buildWithoutInvocationCallback
public ListServiceCatalogAssociationsRequest buildWithoutInvocationCallback()
Build the instance of ListServiceCatalogAssociationsRequest as configured by this builderNote that this method does not take calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuild()
does- Returns:
- instance of ListServiceCatalogAssociationsRequest
-
-