pub struct Builder { /* private fields */ }
Expand description
A builder for FlowDefinitionOutputConfig
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn s3_output_path(self, input: impl Into<String>) -> Self
pub fn s3_output_path(self, input: impl Into<String>) -> Self
The Amazon S3 path where the object containing human output will be made available.
To learn more about the format of Amazon A2I output data, see Amazon A2I Output Data.
sourcepub fn set_s3_output_path(self, input: Option<String>) -> Self
pub fn set_s3_output_path(self, input: Option<String>) -> Self
The Amazon S3 path where the object containing human output will be made available.
To learn more about the format of Amazon A2I output data, see Amazon A2I Output Data.
sourcepub fn kms_key_id(self, input: impl Into<String>) -> Self
pub fn kms_key_id(self, input: impl Into<String>) -> Self
The Amazon Key Management Service (KMS) key ID for server-side encryption.
sourcepub fn set_kms_key_id(self, input: Option<String>) -> Self
pub fn set_kms_key_id(self, input: Option<String>) -> Self
The Amazon Key Management Service (KMS) key ID for server-side encryption.
sourcepub fn build(self) -> FlowDefinitionOutputConfig
pub fn build(self) -> FlowDefinitionOutputConfig
Consumes the builder and constructs a FlowDefinitionOutputConfig
.