Interface FlowDefinitionOutputConfig.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<FlowDefinitionOutputConfig.Builder,FlowDefinitionOutputConfig>
,SdkBuilder<FlowDefinitionOutputConfig.Builder,FlowDefinitionOutputConfig>
,SdkPojo
- Enclosing class:
- FlowDefinitionOutputConfig
public static interface FlowDefinitionOutputConfig.Builder extends SdkPojo, CopyableBuilder<FlowDefinitionOutputConfig.Builder,FlowDefinitionOutputConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
s3OutputPath
FlowDefinitionOutputConfig.Builder s3OutputPath(String s3OutputPath)
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.
- Parameters:
s3OutputPath
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyId
FlowDefinitionOutputConfig.Builder kmsKeyId(String kmsKeyId)
The Amazon Key Management Service (KMS) key ID for server-side encryption.
- Parameters:
kmsKeyId
- The Amazon Key Management Service (KMS) key ID for server-side encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-