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 Details

    • 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 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 the clientToken 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

      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

      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: