public static class ListSenderInvitationsRequest.Builder extends Object implements BmcRequest.Builder<ListSenderInvitationsRequest,Void>
Modifier and Type | Method and Description |
---|---|
ListSenderInvitationsRequest |
build()
Build the instance of ListSenderInvitationsRequest as configured by this builder
|
ListSenderInvitationsRequest |
buildWithoutInvocationCallback() |
ListSenderInvitationsRequest.Builder |
compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
|
ListSenderInvitationsRequest.Builder |
copy(ListSenderInvitationsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListSenderInvitationsRequest.Builder |
displayName(String displayName)
A filter to return only resources that match the entire display name given.
|
ListSenderInvitationsRequest.Builder |
invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
ListSenderInvitationsRequest.Builder |
lifecycleState(LifecycleState lifecycleState)
The lifecycle state of the resource.
|
ListSenderInvitationsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListSenderInvitationsRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListSenderInvitationsRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListSenderInvitationsRequest.Builder |
recipientTenancyId(String recipientTenancyId)
The tenancy that the invitation is addressed to.
|
ListSenderInvitationsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListSenderInvitationsRequest.Builder |
sortBy(ListSenderInvitationsRequest.SortBy sortBy)
The field to sort by.
|
ListSenderInvitationsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order to use, whether ‘asc’ or ‘desc’.
|
ListSenderInvitationsRequest.Builder |
status(SenderInvitationStatus status)
The status of the sender invitation.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
body$
public ListSenderInvitationsRequest.Builder invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListSenderInvitationsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListSenderInvitationsRequest.Builder copy(ListSenderInvitationsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListSenderInvitationsRequest,Void>
o
- other request from which to copy valuespublic ListSenderInvitationsRequest build()
Build the instance of ListSenderInvitationsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListSenderInvitationsRequest,Void>
public ListSenderInvitationsRequest.Builder compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
this
.public ListSenderInvitationsRequest.Builder recipientTenancyId(String recipientTenancyId)
The tenancy that the invitation is addressed to.
this
.public ListSenderInvitationsRequest.Builder lifecycleState(LifecycleState lifecycleState)
The lifecycle state of the resource.
this
.public ListSenderInvitationsRequest.Builder status(SenderInvitationStatus status)
The status of the sender invitation.
this
.public ListSenderInvitationsRequest.Builder displayName(String displayName)
A filter to return only resources that match the entire display name given.
this
.public ListSenderInvitationsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
this
.public ListSenderInvitationsRequest.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.
this
.public ListSenderInvitationsRequest.Builder limit(Integer limit)
The maximum number of items to return.
this
.public ListSenderInvitationsRequest.Builder sortBy(ListSenderInvitationsRequest.SortBy sortBy)
The field to sort by. Only one sort order can be provided.
this
.public ListSenderInvitationsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order to use, whether ‘asc’ or ‘desc’.
this
.public ListSenderInvitationsRequest buildWithoutInvocationCallback()
Copyright © 2016–2022. All rights reserved.