Interface CreateDomainNameAccessAssociationRequest.Builder
-
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateDomainNameAccessAssociationRequest.Builder,CreateDomainNameAccessAssociationRequest>,SdkBuilder<CreateDomainNameAccessAssociationRequest.Builder,CreateDomainNameAccessAssociationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateDomainNameAccessAssociationRequest
public static interface CreateDomainNameAccessAssociationRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<CreateDomainNameAccessAssociationRequest.Builder,CreateDomainNameAccessAssociationRequest>
-
-
Method Summary
-
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 Detail
-
domainNameArn
CreateDomainNameAccessAssociationRequest.Builder domainNameArn(String 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,AccessAssociationSourceType
-
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:
AccessAssociationSourceType,AccessAssociationSourceType
-
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
CreateDomainNameAccessAssociationRequest.Builder tags(Map<String,String> 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateDomainNameAccessAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-