Interface CreateDomainNameAccessAssociationRequest.Builder
- All Superinterfaces:
ApiGatewayRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateDomainNameAccessAssociationRequest.Builder,
,CreateDomainNameAccessAssociationRequest> SdkBuilder<CreateDomainNameAccessAssociationRequest.Builder,
,CreateDomainNameAccessAssociationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateDomainNameAccessAssociationRequest
@Mutable
@NotThreadSafe
public static interface CreateDomainNameAccessAssociationRequest.Builder
extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<CreateDomainNameAccessAssociationRequest.Builder,CreateDomainNameAccessAssociationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionaccessAssociationSource
(String accessAssociationSource) The identifier of the domain name access association source.accessAssociationSourceType
(String accessAssociationSourceType) The type of the domain name access association source.accessAssociationSourceType
(AccessAssociationSourceType accessAssociationSourceType) The type of the domain name access association source.domainNameArn
(String domainNameArn) The ARN of the domain name.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The key-value map of strings.Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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 Details
-
domainNameArn
The ARN of the domain name.
- Parameters:
domainNameArn
- The ARN of the domain name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessAssociationSourceType
CreateDomainNameAccessAssociationRequest.Builder accessAssociationSourceType(String accessAssociationSourceType) The type of the domain name access association source.
- Parameters:
accessAssociationSourceType
- The type of the domain name access association source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accessAssociationSourceType
CreateDomainNameAccessAssociationRequest.Builder accessAssociationSourceType(AccessAssociationSourceType accessAssociationSourceType) The type of the domain name access association source.
- Parameters:
accessAssociationSourceType
- The type of the domain name access association source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accessAssociationSource
CreateDomainNameAccessAssociationRequest.Builder accessAssociationSource(String accessAssociationSource) The identifier of the domain name access association source. For a VPCE, the value is the VPC endpoint ID.
- Parameters:
accessAssociationSource
- The identifier of the domain name access association source. For a VPCE, the value is the VPC endpoint ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with
aws:
. The tag value can be up to 256 characters.- Parameters:
tags
- The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start withaws:
. The tag value can be up to 256 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateDomainNameAccessAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateDomainNameAccessAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-