Interface ConflictingAlias.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ConflictingAlias.Builder,,ConflictingAlias> SdkBuilder<ConflictingAlias.Builder,,ConflictingAlias> SdkPojo
- Enclosing class:
 ConflictingAlias
public static interface ConflictingAlias.Builder
extends SdkPojo, CopyableBuilder<ConflictingAlias.Builder,ConflictingAlias> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe (partially hidden) ID of the Amazon Web Services account that owns the distribution that's associated with the alias.An alias (also called a CNAME).distributionId(String distributionId) The (partially hidden) ID of the CloudFront distribution associated with the alias.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, sdkFields 
- 
Method Details
- 
alias
An 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.
 
 - 
distributionId
The (partially hidden) ID of the CloudFront distribution associated with the alias.
- Parameters:
 distributionId- The (partially hidden) ID of the CloudFront distribution associated with the alias.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
accountId
The (partially hidden) ID of the Amazon Web Services account that owns the distribution that's associated with the alias.
- Parameters:
 accountId- The (partially hidden) ID of the Amazon Web Services account that owns the distribution that's associated with the alias.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -