Class ListStackResourceDriftDetailsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.resourcemanager.requests.ListStackResourceDriftDetailsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListStackResourceDriftDetailsRequest,Void>
- Enclosing class:
- ListStackResourceDriftDetailsRequest
public static class ListStackResourceDriftDetailsRequest.Builder extends Object implements BmcRequest.Builder<ListStackResourceDriftDetailsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListStackResourceDriftDetailsRequest
build()
Build the instance of ListStackResourceDriftDetailsRequest as configured by this builderListStackResourceDriftDetailsRequest
buildWithoutInvocationCallback()
Build the instance of ListStackResourceDriftDetailsRequest as configured by this builderListStackResourceDriftDetailsRequest.Builder
copy(ListStackResourceDriftDetailsRequest o)
Copy method to populate the builder with values from the given instance.ListStackResourceDriftDetailsRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.ListStackResourceDriftDetailsRequest.Builder
limit(Integer limit)
The number of items returned in a paginated List call.ListStackResourceDriftDetailsRequest.Builder
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.ListStackResourceDriftDetailsRequest.Builder
page(String page)
The value of the opc-next-page response header from the preceding List call.ListStackResourceDriftDetailsRequest.Builder
resourceDriftStatus(StackResourceDriftSummary.ResourceDriftStatus singularValue)
Singular setter.ListStackResourceDriftDetailsRequest.Builder
resourceDriftStatus(List<StackResourceDriftSummary.ResourceDriftStatus> resourceDriftStatus)
A filter that returns only resources that match the given drift status.ListStackResourceDriftDetailsRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.ListStackResourceDriftDetailsRequest.Builder
stackId(String stackId)
The OCID of the stack.ListStackResourceDriftDetailsRequest.Builder
workRequestId(String workRequestId)
The OCID of the work request.-
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
-
stackId
public ListStackResourceDriftDetailsRequest.Builder stackId(String stackId)
The OCID of the stack.- Parameters:
stackId
- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListStackResourceDriftDetailsRequest.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
-
workRequestId
public ListStackResourceDriftDetailsRequest.Builder workRequestId(String workRequestId)
The OCID of the work request.- Parameters:
workRequestId
- the value to set- Returns:
- this builder instance
-
resourceDriftStatus
public ListStackResourceDriftDetailsRequest.Builder resourceDriftStatus(List<StackResourceDriftSummary.ResourceDriftStatus> resourceDriftStatus)
A filter that returns only resources that match the given drift status.The value is case-insensitive. Allowable values - - NOT_CHECKED - MODIFIED - IN_SYNC - DELETED
- Parameters:
resourceDriftStatus
- the value to set- Returns:
- this builder instance
-
resourceDriftStatus
public ListStackResourceDriftDetailsRequest.Builder resourceDriftStatus(StackResourceDriftSummary.ResourceDriftStatus singularValue)
Singular setter.A filter that returns only resources that match the given drift status. The value is case-insensitive. Allowable values - - NOT_CHECKED - MODIFIED - IN_SYNC - DELETED
- Parameters:
singularValue
- the singular value to set- Returns:
- this builder instance
-
limit
public ListStackResourceDriftDetailsRequest.Builder limit(Integer limit)
The number of items returned in a paginated List call.For information about pagination, see List Pagination.
- Parameters:
limit
- the value to set- Returns:
- this builder instance
-
page
public ListStackResourceDriftDetailsRequest.Builder page(String page)
The value of the opc-next-page response header from the preceding List call.For information about pagination, see List Pagination.
- Parameters:
page
- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListStackResourceDriftDetailsRequest.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 ListStackResourceDriftDetailsRequest.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 ListStackResourceDriftDetailsRequest.Builder copy(ListStackResourceDriftDetailsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<ListStackResourceDriftDetailsRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public ListStackResourceDriftDetailsRequest build()
Build the instance of ListStackResourceDriftDetailsRequest 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<ListStackResourceDriftDetailsRequest,Void>
- Returns:
- instance of ListStackResourceDriftDetailsRequest
-
buildWithoutInvocationCallback
public ListStackResourceDriftDetailsRequest buildWithoutInvocationCallback()
Build the instance of ListStackResourceDriftDetailsRequest 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 ListStackResourceDriftDetailsRequest
-
-