Interface CreateDomainNameAccessAssociationResponse.Builder
- All Superinterfaces:
ApiGatewayResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateDomainNameAccessAssociationResponse.Builder,
,CreateDomainNameAccessAssociationResponse> SdkBuilder<CreateDomainNameAccessAssociationResponse.Builder,
,CreateDomainNameAccessAssociationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateDomainNameAccessAssociationResponse
@Mutable
@NotThreadSafe
public static interface CreateDomainNameAccessAssociationResponse.Builder
extends ApiGatewayResponse.Builder, SdkPojo, CopyableBuilder<CreateDomainNameAccessAssociationResponse.Builder,CreateDomainNameAccessAssociationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaccessAssociationSource
(String accessAssociationSource) The ARN 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.domainNameAccessAssociationArn
(String domainNameAccessAssociationArn) The ARN of the domain name access association resource.domainNameArn
(String domainNameArn) The ARN of the domain name.The collection of tags.Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
domainNameAccessAssociationArn
CreateDomainNameAccessAssociationResponse.Builder domainNameAccessAssociationArn(String domainNameAccessAssociationArn) The ARN of the domain name access association resource.
- Parameters:
domainNameAccessAssociationArn
- The ARN of the domain name access association resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
CreateDomainNameAccessAssociationResponse.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
CreateDomainNameAccessAssociationResponse.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
CreateDomainNameAccessAssociationResponse.Builder accessAssociationSource(String accessAssociationSource) The ARN of the domain name access association source. For a VPCE, the ARN must be a VPC endpoint.
- Parameters:
accessAssociationSource
- The ARN of the domain name access association source. For a VPCE, the ARN must be a VPC endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The collection of tags. Each tag element is associated with a given resource.
- Parameters:
tags
- The collection of tags. Each tag element is associated with a given resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-