public static interface CreatePermissionResponse.Builder extends RamResponse.Builder, SdkPojo, CopyableBuilder<CreatePermissionResponse.Builder,CreatePermissionResponse>
| Modifier and Type | Method and Description |
|---|---|
CreatePermissionResponse.Builder |
clientToken(String clientToken)
The idempotency identifier associated with this request.
|
default CreatePermissionResponse.Builder |
permission(Consumer<ResourceSharePermissionSummary.Builder> permission)
A structure with information about this customer managed permission.
|
CreatePermissionResponse.Builder |
permission(ResourceSharePermissionSummary permission)
A structure with information about this customer managed permission.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePermissionResponse.Builder permission(ResourceSharePermissionSummary permission)
A structure with information about this customer managed permission.
permission - A structure with information about this customer managed permission.default CreatePermissionResponse.Builder permission(Consumer<ResourceSharePermissionSummary.Builder> permission)
A structure with information about this customer managed permission.
This is a convenience method that creates an instance of theResourceSharePermissionSummary.Builder
avoiding the need to create one manually via ResourceSharePermissionSummary.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to permission(ResourceSharePermissionSummary).
permission - a consumer that will call methods on ResourceSharePermissionSummary.Builderpermission(ResourceSharePermissionSummary)CreatePermissionResponse.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.