public static interface Warning.Builder extends CopyableBuilder<Warning.Builder,Warning>
| Modifier and Type | Method and Description |
|---|---|
Warning.Builder |
code(String code)
The code of the cross-regional warning.
|
Warning.Builder |
message(String message)
The message explaining what resources are in a different region from the pipeline.
|
copyapply, buildWarning.Builder code(String code)
The code of the cross-regional warning.
code - The code of the cross-regional warning.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.
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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.