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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.mailmanager.model.MailManagerRequest.Builder
build
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
-
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.
-
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.
-
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.Builder
avoiding the need to create one manually viaImportDataFormat.builder()
.When the
Consumer
completes,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:
-
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.
-
overrideConfiguration
CreateAddressListImportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-