Interface Warning.Builder

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

public static interface Warning.Builder extends SdkPojo, CopyableBuilder<Warning.Builder,Warning>
  • Method Details

    • code

      Warning.Builder code(String code)

      The code of the cross-regional warning.

      Parameters:
      code - The code of the cross-regional warning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      Warning.Builder message(String message)

      The message explaining what resources are in a different region from the pipeline.

      AWS KMS keys must be in the same region as the pipeline.

      Parameters:
      message - The message explaining what resources are in a different region from the pipeline.

      AWS KMS keys must be in the same region as the pipeline.

      Returns:
      Returns a reference to this object so that method calls can be chained together.