Interface DeletePermissionVersionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeletePermissionVersionResponse.Builder,
,DeletePermissionVersionResponse> RamResponse.Builder
,SdkBuilder<DeletePermissionVersionResponse.Builder,
,DeletePermissionVersionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeletePermissionVersionResponse
public static interface DeletePermissionVersionResponse.Builder
extends RamResponse.Builder, SdkPojo, CopyableBuilder<DeletePermissionVersionResponse.Builder,DeletePermissionVersionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) The idempotency identifier associated with this request.permissionStatus
(String permissionStatus) This operation is performed asynchronously, and this response parameter indicates the current status.permissionStatus
(PermissionStatus permissionStatus) This operation is performed asynchronously, and this response parameter indicates the current status.returnValue
(Boolean returnValue) A boolean value that indicates whether the operation is successful.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ram.model.RamResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
returnValue
A boolean value that indicates whether the operation is successful.
- Parameters:
returnValue
- A boolean value that indicates whether the operation is successful.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
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 theclientToken
request parameter of that later call. All other parameters must also have the same values that you used in the first call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissionStatus
This operation is performed asynchronously, and this response parameter indicates the current status.
- Parameters:
permissionStatus
- This operation is performed asynchronously, and this response parameter indicates the current status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
permissionStatus
This operation is performed asynchronously, and this response parameter indicates the current status.
- Parameters:
permissionStatus
- This operation is performed asynchronously, and this response parameter indicates the current status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-