public static interface CreateResourceShareResponse.Builder extends RamResponse.Builder, SdkPojo, CopyableBuilder<CreateResourceShareResponse.Builder,CreateResourceShareResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateResourceShareResponse.Builder |
clientToken(String clientToken)
The idempotency identifier associated with this request.
|
default CreateResourceShareResponse.Builder |
resourceShare(Consumer<ResourceShare.Builder> resourceShare)
An object with information about the new resource share.
|
CreateResourceShareResponse.Builder |
resourceShare(ResourceShare resourceShare)
An object with information about the new resource share.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateResourceShareResponse.Builder resourceShare(ResourceShare resourceShare)
An object with information about the new resource share.
resourceShare - An object with information about the new resource share.default CreateResourceShareResponse.Builder resourceShare(Consumer<ResourceShare.Builder> resourceShare)
An object with information about the new resource share.
This is a convenience method that creates an instance of theResourceShare.Builder avoiding the need
to create one manually via ResourceShare.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to resourceShare(ResourceShare).
resourceShare - a consumer that will call methods on ResourceShare.BuilderresourceShare(ResourceShare)CreateResourceShareResponse.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.