Interface CreateAddressListImportJobRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateAddressListImportJobRequest.Builder,,CreateAddressListImportJobRequest> MailManagerRequest.Builder,SdkBuilder<CreateAddressListImportJobRequest.Builder,,CreateAddressListImportJobRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateAddressListImportJobRequest
@Mutable
@NotThreadSafe
public static interface CreateAddressListImportJobRequest.Builder
extends MailManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateAddressListImportJobRequest.Builder,CreateAddressListImportJobRequest>
-
Method Summary
Modifier and TypeMethodDescriptionaddressListId(String addressListId) The unique identifier of the address list for importing addresses to.clientToken(String clientToken) A unique token that Amazon SES uses to recognize subsequent retries of the same request.importDataFormat(Consumer<ImportDataFormat.Builder> importDataFormat) The format of the input for an import job.importDataFormat(ImportDataFormat importDataFormat) The format of the input for an import job.A user-friendly name for the import job.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mailmanager.model.MailManagerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
clientToken
A unique token that Amazon SES uses to recognize subsequent retries of the same request.
- Parameters:
clientToken- A unique token that Amazon SES uses to recognize subsequent retries of the same request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addressListId
The unique identifier of the address list for importing addresses to.
- Parameters:
addressListId- The unique identifier of the address list for importing addresses to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
A user-friendly name for the import job.
- Parameters:
name- A user-friendly name for the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importDataFormat
The format of the input for an import job.
- Parameters:
importDataFormat- The format of the input for an import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importDataFormat
default CreateAddressListImportJobRequest.Builder importDataFormat(Consumer<ImportDataFormat.Builder> importDataFormat) The format of the input for an import job.
This is a convenience method that creates an instance of theImportDataFormat.Builderavoiding the need to create one manually viaImportDataFormat.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toimportDataFormat(ImportDataFormat).- Parameters:
importDataFormat- a consumer that will call methods onImportDataFormat.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateAddressListImportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateAddressListImportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-