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 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

      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.