public static interface FlowDefinitionOutputConfig.Builder extends SdkPojo, CopyableBuilder<FlowDefinitionOutputConfig.Builder,FlowDefinitionOutputConfig>
| Modifier and Type | Method and Description |
|---|---|
FlowDefinitionOutputConfig.Builder |
kmsKeyId(String kmsKeyId)
The Amazon Key Management Service (KMS) key ID for server-side encryption.
|
FlowDefinitionOutputConfig.Builder |
s3OutputPath(String s3OutputPath)
The Amazon S3 path where the object containing human output will be made available.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFlowDefinitionOutputConfig.Builder s3OutputPath(String s3OutputPath)
The Amazon S3 path where the object containing human output will be made available.
s3OutputPath - The Amazon S3 path where the object containing human output will be made available.FlowDefinitionOutputConfig.Builder kmsKeyId(String kmsKeyId)
The Amazon Key Management Service (KMS) key ID for server-side encryption.
kmsKeyId - The Amazon Key Management Service (KMS) key ID for server-side encryption.Copyright © 2020. All rights reserved.