Interface DataIntegrationFlowS3Options.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataIntegrationFlowS3Options.Builder,DataIntegrationFlowS3Options>,SdkBuilder<DataIntegrationFlowS3Options.Builder,DataIntegrationFlowS3Options>,SdkPojo
- Enclosing class:
- DataIntegrationFlowS3Options
public static interface DataIntegrationFlowS3Options.Builder extends SdkPojo, CopyableBuilder<DataIntegrationFlowS3Options.Builder,DataIntegrationFlowS3Options>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataIntegrationFlowS3Options.BuilderfileType(String fileType)The Amazon S3 file type in S3 options.DataIntegrationFlowS3Options.BuilderfileType(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 Detail
-
fileType
DataIntegrationFlowS3Options.Builder fileType(String 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:
DataIntegrationFlowFileType,DataIntegrationFlowFileType
-
fileType
DataIntegrationFlowS3Options.Builder fileType(DataIntegrationFlowFileType 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:
DataIntegrationFlowFileType,DataIntegrationFlowFileType
-
-