public static interface AcceptResourceShareInvitationResponse.Builder extends RamResponse.Builder, SdkPojo, CopyableBuilder<AcceptResourceShareInvitationResponse.Builder,AcceptResourceShareInvitationResponse>
| Modifier and Type | Method and Description |
|---|---|
AcceptResourceShareInvitationResponse.Builder |
clientToken(String clientToken)
The idempotency identifier associated with this request.
|
default AcceptResourceShareInvitationResponse.Builder |
resourceShareInvitation(Consumer<ResourceShareInvitation.Builder> resourceShareInvitation)
An object that contains information about the specified invitation.
|
AcceptResourceShareInvitationResponse.Builder |
resourceShareInvitation(ResourceShareInvitation resourceShareInvitation)
An object that contains information about the specified invitation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAcceptResourceShareInvitationResponse.Builder resourceShareInvitation(ResourceShareInvitation resourceShareInvitation)
An object that contains information about the specified invitation.
resourceShareInvitation - An object that contains information about the specified invitation.default AcceptResourceShareInvitationResponse.Builder resourceShareInvitation(Consumer<ResourceShareInvitation.Builder> resourceShareInvitation)
An object that contains information about the specified 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)AcceptResourceShareInvitationResponse.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 © 2023. All rights reserved.