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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListRecipientInvitationsRequest
build()
Build the instance of ListRecipientInvitationsRequest as configured by this builderListRecipientInvitationsRequest
buildWithoutInvocationCallback()
Build the instance of ListRecipientInvitationsRequest as configured by this builderListRecipientInvitationsRequest.Builder
compartmentId(String compartmentId)
The ID of the compartment in which to list resources.ListRecipientInvitationsRequest.Builder
copy(ListRecipientInvitationsRequest o)
Copy method to populate the builder with values from the given instance.ListRecipientInvitationsRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.ListRecipientInvitationsRequest.Builder
lifecycleState(LifecycleState lifecycleState)
The lifecycle state of the resource.ListRecipientInvitationsRequest.Builder
opcRequestId(String opcRequestId)
The client request ID for tracing.ListRecipientInvitationsRequest.Builder
page(String page)
The page token representing the page at which to start retrieving results.ListRecipientInvitationsRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.ListRecipientInvitationsRequest.Builder
senderTenancyId(String senderTenancyId)
The tenancy that sent the invitation.ListRecipientInvitationsRequest.Builder
status(RecipientInvitationStatus status)
The status of the recipient invitation.-
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
-
compartmentId
public 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
-
senderTenancyId
public ListRecipientInvitationsRequest.Builder senderTenancyId(String senderTenancyId)
The tenancy that sent the invitation.- Parameters:
senderTenancyId
- the value to set- Returns:
- this builder instance
-
lifecycleState
public ListRecipientInvitationsRequest.Builder lifecycleState(LifecycleState lifecycleState)
The lifecycle state of the resource.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder instance
-
status
public ListRecipientInvitationsRequest.Builder status(RecipientInvitationStatus status)
The status of the recipient invitation.- Parameters:
status
- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListRecipientInvitationsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
page
public 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
-
invocationCallback
public 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
-
retryConfiguration
public 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
-
copy
public ListRecipientInvitationsRequest.Builder copy(ListRecipientInvitationsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<ListRecipientInvitationsRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public 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:
build
in interfaceBmcRequest.Builder<ListRecipientInvitationsRequest,Void>
- Returns:
- instance of ListRecipientInvitationsRequest
-
buildWithoutInvocationCallback
public 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
-
-