Interface DeletePermissionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeletePermissionResponse.Builder,DeletePermissionResponse>,RamResponse.Builder,SdkBuilder<DeletePermissionResponse.Builder,DeletePermissionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeletePermissionResponse
public static interface DeletePermissionResponse.Builder extends RamResponse.Builder, SdkPojo, CopyableBuilder<DeletePermissionResponse.Builder,DeletePermissionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeletePermissionResponse.BuilderclientToken(String clientToken)The idempotency identifier associated with this request.DeletePermissionResponse.BuilderpermissionStatus(String permissionStatus)This operation is performed asynchronously, and this response parameter indicates the current status.DeletePermissionResponse.BuilderpermissionStatus(PermissionStatus permissionStatus)This operation is performed asynchronously, and this response parameter indicates the current status.DeletePermissionResponse.BuilderreturnValue(Boolean returnValue)A boolean that indicates whether the delete operations succeeded.-
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 Detail
-
returnValue
DeletePermissionResponse.Builder returnValue(Boolean returnValue)
A boolean that indicates whether the delete operations succeeded.
- Parameters:
returnValue- A boolean that indicates whether the delete operations succeeded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
DeletePermissionResponse.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
clientTokenrequest 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 theclientTokenrequest 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
DeletePermissionResponse.Builder permissionStatus(String 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,PermissionStatus
-
permissionStatus
DeletePermissionResponse.Builder permissionStatus(PermissionStatus 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,PermissionStatus
-
-