public static interface DeletePermissionVersionResponse.Builder extends RamResponse.Builder, SdkPojo, CopyableBuilder<DeletePermissionVersionResponse.Builder,DeletePermissionVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
DeletePermissionVersionResponse.Builder |
clientToken(String clientToken)
The idempotency identifier associated with this request.
|
DeletePermissionVersionResponse.Builder |
permissionStatus(PermissionStatus permissionStatus)
This operation is performed asynchronously, and this response parameter indicates the current status.
|
DeletePermissionVersionResponse.Builder |
permissionStatus(String permissionStatus)
This operation is performed asynchronously, and this response parameter indicates the current status.
|
DeletePermissionVersionResponse.Builder |
returnValue(Boolean returnValue)
A boolean value that indicates whether the operation is successful.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeletePermissionVersionResponse.Builder returnValue(Boolean returnValue)
A boolean value that indicates whether the operation is successful.
returnValue - A boolean value that indicates whether the operation is successful.DeletePermissionVersionResponse.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.DeletePermissionVersionResponse.Builder permissionStatus(String permissionStatus)
This operation is performed asynchronously, and this response parameter indicates the current status.
permissionStatus - This operation is performed asynchronously, and this response parameter indicates the current status.PermissionStatus,
PermissionStatusDeletePermissionVersionResponse.Builder permissionStatus(PermissionStatus permissionStatus)
This operation is performed asynchronously, and this response parameter indicates the current status.
permissionStatus - This operation is performed asynchronously, and this response parameter indicates the current status.PermissionStatus,
PermissionStatusCopyright © 2023. All rights reserved.