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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Warning.Buildercode(String code)The code of the cross-regional warning.Warning.Buildermessage(String message)The message explaining what resources are in a different region from the pipeline.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-