Interface StagingDistributionDnsNames.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StagingDistributionDnsNames.Builder,,StagingDistributionDnsNames> SdkBuilder<StagingDistributionDnsNames.Builder,,StagingDistributionDnsNames> SdkPojo
- Enclosing class:
- StagingDistributionDnsNames
@Mutable
@NotThreadSafe
public static interface StagingDistributionDnsNames.Builder
extends SdkPojo, CopyableBuilder<StagingDistributionDnsNames.Builder,StagingDistributionDnsNames>
-
Method Summary
Modifier and TypeMethodDescriptionThe CloudFront domain name of the staging distribution.items(Collection<String> items) The CloudFront domain name of the staging distribution.The number of CloudFront domain names in your staging distribution.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
quantity
The number of CloudFront domain names in your staging distribution.
- Parameters:
quantity- The number of CloudFront domain names in your staging distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The CloudFront domain name of the staging distribution.
- Parameters:
items- The CloudFront domain name of the staging distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The CloudFront domain name of the staging distribution.
- Parameters:
items- The CloudFront domain name of the staging distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-