Interface DataIntegrationFlowS3Options.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataIntegrationFlowS3Options.Builder,
,DataIntegrationFlowS3Options> SdkBuilder<DataIntegrationFlowS3Options.Builder,
,DataIntegrationFlowS3Options> SdkPojo
- Enclosing class:
DataIntegrationFlowS3Options
@Mutable
@NotThreadSafe
public static interface DataIntegrationFlowS3Options.Builder
extends SdkPojo, CopyableBuilder<DataIntegrationFlowS3Options.Builder,DataIntegrationFlowS3Options>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon S3 file type in S3 options.fileType
(DataIntegrationFlowFileType fileType) The Amazon S3 file type in S3 options.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 Details
-
fileType
The Amazon S3 file type in S3 options.
- Parameters:
fileType
- The Amazon S3 file type in S3 options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fileType
The Amazon S3 file type in S3 options.
- Parameters:
fileType
- The Amazon S3 file type in S3 options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-