Interface DistributionConfigurationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DistributionConfigurationSummary.Builder,DistributionConfigurationSummary>,SdkBuilder<DistributionConfigurationSummary.Builder,DistributionConfigurationSummary>,SdkPojo
- Enclosing class:
- DistributionConfigurationSummary
public static interface DistributionConfigurationSummary.Builder extends SdkPojo, CopyableBuilder<DistributionConfigurationSummary.Builder,DistributionConfigurationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DistributionConfigurationSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the distribution configuration.DistributionConfigurationSummary.BuilderdateCreated(String dateCreated)The date on which the distribution configuration was created.DistributionConfigurationSummary.BuilderdateUpdated(String dateUpdated)The date on which the distribution configuration was updated.DistributionConfigurationSummary.Builderdescription(String description)The description of the distribution configuration.DistributionConfigurationSummary.Buildername(String name)The name of the distribution configuration.DistributionConfigurationSummary.Builderregions(String... regions)A list of Regions where the container image is distributed to.DistributionConfigurationSummary.Builderregions(Collection<String> regions)A list of Regions where the container image is distributed to.DistributionConfigurationSummary.Buildertags(Map<String,String> tags)The tags associated with the distribution configuration.-
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, sdkFields
-
-
-
-
Method Detail
-
arn
DistributionConfigurationSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the distribution configuration.
- Parameters:
arn- The Amazon Resource Name (ARN) of the distribution configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DistributionConfigurationSummary.Builder name(String name)
The name of the distribution configuration.
- Parameters:
name- The name of the distribution configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
DistributionConfigurationSummary.Builder description(String description)
The description of the distribution configuration.
- Parameters:
description- The description of the distribution configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dateCreated
DistributionConfigurationSummary.Builder dateCreated(String dateCreated)
The date on which the distribution configuration was created.
- Parameters:
dateCreated- The date on which the distribution configuration was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dateUpdated
DistributionConfigurationSummary.Builder dateUpdated(String dateUpdated)
The date on which the distribution configuration was updated.
- Parameters:
dateUpdated- The date on which the distribution configuration was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
DistributionConfigurationSummary.Builder tags(Map<String,String> tags)
The tags associated with the distribution configuration.
- Parameters:
tags- The tags associated with the distribution configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regions
DistributionConfigurationSummary.Builder regions(Collection<String> regions)
A list of Regions where the container image is distributed to.
- Parameters:
regions- A list of Regions where the container image is distributed to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regions
DistributionConfigurationSummary.Builder regions(String... regions)
A list of Regions where the container image is distributed to.
- Parameters:
regions- A list of Regions where the container image is distributed to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-