public static interface RejectResourceShareInvitationResponse.Builder extends RamResponse.Builder, SdkPojo, CopyableBuilder<RejectResourceShareInvitationResponse.Builder,RejectResourceShareInvitationResponse>
| Modifier and Type | Method and Description |
|---|---|
RejectResourceShareInvitationResponse.Builder |
clientToken(String clientToken)
The idempotency identifier associated with this request.
|
default RejectResourceShareInvitationResponse.Builder |
resourceShareInvitation(Consumer<ResourceShareInvitation.Builder> resourceShareInvitation)
An object that contains the details about the rejected invitation.
|
RejectResourceShareInvitationResponse.Builder |
resourceShareInvitation(ResourceShareInvitation resourceShareInvitation)
An object that contains the details about the rejected invitation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRejectResourceShareInvitationResponse.Builder resourceShareInvitation(ResourceShareInvitation resourceShareInvitation)
An object that contains the details about the rejected invitation.
resourceShareInvitation - An object that contains the details about the rejected invitation.default RejectResourceShareInvitationResponse.Builder resourceShareInvitation(Consumer<ResourceShareInvitation.Builder> resourceShareInvitation)
An object that contains the details about the rejected invitation.
This is a convenience method that creates an instance of theResourceShareInvitation.Builder avoiding
the need to create one manually via ResourceShareInvitation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to resourceShareInvitation(ResourceShareInvitation).
resourceShareInvitation - a consumer that will call methods on ResourceShareInvitation.BuilderresourceShareInvitation(ResourceShareInvitation)RejectResourceShareInvitationResponse.Builder clientToken(String clientToken)
The idempotency identifier associated with this request. If you want to repeat the same operation in an
idempotent manner then you must include this value in the clientToken request parameter of that
later call. All other parameters must also have the same values that you used in the first call.
clientToken - The idempotency identifier associated with this request. If you want to repeat the same operation in
an idempotent manner then you must include this value in the clientToken request
parameter of that later call. All other parameters must also have the same values that you used in the
first call.Copyright © 2022. All rights reserved.