Interface CreateArchiveRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateArchiveRequest.Builder,CreateArchiveRequest>,MailManagerRequest.Builder,SdkBuilder<CreateArchiveRequest.Builder,CreateArchiveRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateArchiveRequest
public static interface CreateArchiveRequest.Builder extends MailManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateArchiveRequest.Builder,CreateArchiveRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateArchiveRequest.BuilderarchiveName(String archiveName)A unique name for the new archive.CreateArchiveRequest.BuilderclientToken(String clientToken)A unique token Amazon SES uses to recognize retries of this request.CreateArchiveRequest.BuilderkmsKeyArn(String kmsKeyArn)The Amazon Resource Name (ARN) of the KMS key for encrypting emails in the archive.CreateArchiveRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateArchiveRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default CreateArchiveRequest.Builderretention(Consumer<ArchiveRetention.Builder> retention)The period for retaining emails in the archive before automatic deletion.CreateArchiveRequest.Builderretention(ArchiveRetention retention)The period for retaining emails in the archive before automatic deletion.CreateArchiveRequest.Buildertags(Collection<Tag> tags)The tags used to organize, track, or control access for the resource.CreateArchiveRequest.Buildertags(Consumer<Tag.Builder>... tags)The tags used to organize, track, or control access for the resource.CreateArchiveRequest.Buildertags(Tag... tags)The tags used to organize, track, or control access for the resource.-
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, sdkFields
-
-
-
-
Method Detail
-
archiveName
CreateArchiveRequest.Builder archiveName(String archiveName)
A unique name for the new archive.
- Parameters:
archiveName- A unique name for the new archive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
CreateArchiveRequest.Builder clientToken(String clientToken)
A unique token Amazon SES uses to recognize retries of this request.
- Parameters:
clientToken- A unique token Amazon SES uses to recognize retries of this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyArn
CreateArchiveRequest.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS key for encrypting emails in the archive.
- Parameters:
kmsKeyArn- The Amazon Resource Name (ARN) of the KMS key for encrypting emails in the archive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retention
CreateArchiveRequest.Builder retention(ArchiveRetention retention)
The period for retaining emails in the archive before automatic deletion.
- Parameters:
retention- The period for retaining emails in the archive before automatic deletion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retention
default CreateArchiveRequest.Builder retention(Consumer<ArchiveRetention.Builder> retention)
The period for retaining emails in the archive before automatic deletion.
This is a convenience method that creates an instance of theArchiveRetention.Builderavoiding the need to create one manually viaArchiveRetention.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toretention(ArchiveRetention).- Parameters:
retention- a consumer that will call methods onArchiveRetention.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
retention(ArchiveRetention)
-
tags
CreateArchiveRequest.Builder tags(Collection<Tag> tags)
The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Parameters:
tags- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateArchiveRequest.Builder tags(Tag... tags)
The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Parameters:
tags- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateArchiveRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreateArchiveRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateArchiveRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-