Interface KeyTypeResult.Builder

All Superinterfaces:
Buildable, CopyableBuilder<KeyTypeResult.Builder,KeyTypeResult>, SdkBuilder<KeyTypeResult.Builder,KeyTypeResult>, SdkPojo
Enclosing class:
KeyTypeResult

@Mutable @NotThreadSafe public static interface KeyTypeResult.Builder extends SdkPojo, CopyableBuilder<KeyTypeResult.Builder,KeyTypeResult>
  • Method Details

    • status

      KeyTypeResult.Builder status(String status)

      The status of the action execution.

      Parameters:
      status - The status of the action execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the action execution.

      Parameters:
      status - The status of the action execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • error

      The error message. Present only when the action failed.

      Parameters:
      error - The error message. Present only when the action failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.