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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConflictingAlias.BuilderaccountId(String accountId)The (partially hidden) ID of the Amazon Web Services account that owns the distribution that's associated with the alias.ConflictingAlias.Builderalias(String alias)An alias (also called a CNAME).ConflictingAlias.BuilderdistributionId(String distributionId)The (partially hidden) ID of the CloudFront distribution associated with the alias.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
alias
ConflictingAlias.Builder alias(String 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
ConflictingAlias.Builder distributionId(String 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
ConflictingAlias.Builder accountId(String 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.
-
-