Interface ConflictingAlias.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ConflictingAlias.Builder,,- ConflictingAlias> - SdkBuilder<ConflictingAlias.Builder,,- ConflictingAlias> - SdkPojo
- Enclosing class:
- ConflictingAlias
@Mutable
@NotThreadSafe
public static interface ConflictingAlias.Builder
extends SdkPojo, CopyableBuilder<ConflictingAlias.Builder,ConflictingAlias> 
- 
Method SummaryModifier and TypeMethodDescriptionThe (partially hidden) ID of the Amazon Web Services account that owns the standard distribution that's associated with the alias.An alias (also called a CNAME).distributionId(String distributionId) The (partially hidden) ID of the CloudFront standard distribution associated with the alias.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
aliasAn alias (also called a CNAME). - Parameters:
- alias- An alias (also called a CNAME).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
distributionIdThe (partially hidden) ID of the CloudFront standard distribution associated with the alias. - Parameters:
- distributionId- The (partially hidden) ID of the CloudFront standard distribution associated with the alias.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
accountIdThe (partially hidden) ID of the Amazon Web Services account that owns the standard distribution that's associated with the alias. - Parameters:
- accountId- The (partially hidden) ID of the Amazon Web Services account that owns the standard distribution that's associated with the alias.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-