Interface ImportDataFormat.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ImportDataFormat.Builder,
,ImportDataFormat> SdkBuilder<ImportDataFormat.Builder,
,ImportDataFormat> SdkPojo
- Enclosing class:
ImportDataFormat
@Mutable
@NotThreadSafe
public static interface ImportDataFormat.Builder
extends SdkPojo, CopyableBuilder<ImportDataFormat.Builder,ImportDataFormat>
-
Method Summary
Modifier and TypeMethodDescriptionimportDataType
(String importDataType) The type of file that would be passed as an input for the address list import job.importDataType
(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 Details
-
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
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:
-