Class ListRecipientInvitationsRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.tenantmanagercontrolplane.requests.ListRecipientInvitationsRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ListRecipientInvitationsRequest,Void>
 - Enclosing class:
- ListRecipientInvitationsRequest
 
 public static class ListRecipientInvitationsRequest.Builder extends Object implements BmcRequest.Builder<ListRecipientInvitationsRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListRecipientInvitationsRequestbuild()Build the instance of ListRecipientInvitationsRequest as configured by this builderListRecipientInvitationsRequestbuildWithoutInvocationCallback()Build the instance of ListRecipientInvitationsRequest as configured by this builderListRecipientInvitationsRequest.BuildercompartmentId(String compartmentId)The ID of the compartment in which to list resources.ListRecipientInvitationsRequest.Buildercopy(ListRecipientInvitationsRequest o)Copy method to populate the builder with values from the given instance.ListRecipientInvitationsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListRecipientInvitationsRequest.BuilderlifecycleState(LifecycleState lifecycleState)The lifecycle state of the resource.ListRecipientInvitationsRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ListRecipientInvitationsRequest.Builderpage(String page)The page token representing the page at which to start retrieving results.ListRecipientInvitationsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListRecipientInvitationsRequest.BuildersenderTenancyId(String senderTenancyId)The tenancy that sent the invitation.ListRecipientInvitationsRequest.Builderstatus(RecipientInvitationStatus status)The status of the recipient invitation.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builderbody$
 
- 
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ListRecipientInvitationsRequest.Builder compartmentId(String compartmentId) The ID of the compartment in which to list resources.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder instance
 
 - 
senderTenancyIdpublic ListRecipientInvitationsRequest.Builder senderTenancyId(String senderTenancyId) The tenancy that sent the invitation.- Parameters:
- senderTenancyId- the value to set
- Returns:
- this builder instance
 
 - 
lifecycleStatepublic ListRecipientInvitationsRequest.Builder lifecycleState(LifecycleState lifecycleState) The lifecycle state of the resource.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder instance
 
 - 
statuspublic ListRecipientInvitationsRequest.Builder status(RecipientInvitationStatus status) The status of the recipient invitation.- Parameters:
- status- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic ListRecipientInvitationsRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic ListRecipientInvitationsRequest.Builder page(String page) The page token representing the page at which to start retrieving results.This is usually retrieved from a previous list call. - Parameters:
- page- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic ListRecipientInvitationsRequest.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
 
 - 
retryConfigurationpublic ListRecipientInvitationsRequest.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
 
 - 
copypublic ListRecipientInvitationsRequest.Builder copy(ListRecipientInvitationsRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListRecipientInvitationsRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListRecipientInvitationsRequest build() Build the instance of ListRecipientInvitationsRequest 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:
- buildin interface- BmcRequest.Builder<ListRecipientInvitationsRequest,Void>
- Returns:
- instance of ListRecipientInvitationsRequest
 
 - 
buildWithoutInvocationCallbackpublic ListRecipientInvitationsRequest buildWithoutInvocationCallback() Build the instance of ListRecipientInvitationsRequest 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 ListRecipientInvitationsRequest
 
 
- 
 
-