Interface AssociateAliasRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFrontRequest.Builder,CopyableBuilder<AssociateAliasRequest.Builder,,AssociateAliasRequest> SdkBuilder<AssociateAliasRequest.Builder,,AssociateAliasRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateAliasRequest
@Mutable
@NotThreadSafe
public static interface AssociateAliasRequest.Builder
extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<AssociateAliasRequest.Builder,AssociateAliasRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe alias (also known as a CNAME) to add to the target standard distribution.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) targetDistributionId(String targetDistributionId) The ID of the standard distribution that you're associating the alias with.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontRequest.Builder
buildMethods 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
-
targetDistributionId
The ID of the standard distribution that you're associating the alias with.
- Parameters:
targetDistributionId- The ID of the standard distribution that you're associating the alias with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alias
The alias (also known as a CNAME) to add to the target standard distribution.
- Parameters:
alias- The alias (also known as a CNAME) to add to the target standard distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-