public static interface CreatePermissionVersionResponse.Builder extends RamResponse.Builder, SdkPojo, CopyableBuilder<CreatePermissionVersionResponse.Builder,CreatePermissionVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
CreatePermissionVersionResponse.Builder |
clientToken(String clientToken)
The idempotency identifier associated with this request.
|
default CreatePermissionVersionResponse.Builder |
permission(Consumer<ResourceSharePermissionDetail.Builder> permission)
Sets the value of the Permission property for this object.
|
CreatePermissionVersionResponse.Builder |
permission(ResourceSharePermissionDetail permission)
Sets the value of the Permission property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePermissionVersionResponse.Builder permission(ResourceSharePermissionDetail permission)
permission - The new value for the Permission property for this object.default CreatePermissionVersionResponse.Builder permission(Consumer<ResourceSharePermissionDetail.Builder> permission)
ResourceSharePermissionDetail.Builder
avoiding the need to create one manually via ResourceSharePermissionDetail.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to permission(ResourceSharePermissionDetail).
permission - a consumer that will call methods on ResourceSharePermissionDetail.Builderpermission(ResourceSharePermissionDetail)CreatePermissionVersionResponse.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.