Interface ImportDataFormat.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImportDataFormat.Builder,ImportDataFormat>,SdkBuilder<ImportDataFormat.Builder,ImportDataFormat>,SdkPojo
- Enclosing class:
- ImportDataFormat
public static interface ImportDataFormat.Builder extends SdkPojo, CopyableBuilder<ImportDataFormat.Builder,ImportDataFormat>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportDataFormat.BuilderimportDataType(String importDataType)The type of file that would be passed as an input for the address list import job.ImportDataFormat.BuilderimportDataType(ImportDataType importDataType)The type of file that would be passed as an input for the address list import job.-
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
-
importDataType
ImportDataFormat.Builder importDataType(String importDataType)
The type of file that would be passed as an input for the address list import job.
- Parameters:
importDataType- The type of file that would be passed as an input for the address list import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ImportDataType,ImportDataType
-
importDataType
ImportDataFormat.Builder importDataType(ImportDataType importDataType)
The type of file that would be passed as an input for the address list import job.
- Parameters:
importDataType- The type of file that would be passed as an input for the address list import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ImportDataType,ImportDataType
-
-