Struct aws_sdk_elastictranscoder::model::warning::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Warning
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn message(self, input: impl Into<String>) -> Self
pub fn message(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
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.