Interface DomainNameAccessAssociation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DomainNameAccessAssociation.Builder,DomainNameAccessAssociation>,SdkBuilder<DomainNameAccessAssociation.Builder,DomainNameAccessAssociation>,SdkPojo
- Enclosing class:
- DomainNameAccessAssociation
public static interface DomainNameAccessAssociation.Builder extends SdkPojo, CopyableBuilder<DomainNameAccessAssociation.Builder,DomainNameAccessAssociation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainNameAccessAssociation.BuilderaccessAssociationSource(String accessAssociationSource)The ARN of the domain name access association source.DomainNameAccessAssociation.BuilderaccessAssociationSourceType(String accessAssociationSourceType)The type of the domain name access association source.DomainNameAccessAssociation.BuilderaccessAssociationSourceType(AccessAssociationSourceType accessAssociationSourceType)The type of the domain name access association source.DomainNameAccessAssociation.BuilderdomainNameAccessAssociationArn(String domainNameAccessAssociationArn)The ARN of the domain name access association resource.DomainNameAccessAssociation.BuilderdomainNameArn(String domainNameArn)The ARN of the domain name.DomainNameAccessAssociation.Buildertags(Map<String,String> tags)The collection of tags.-
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
-
domainNameAccessAssociationArn
DomainNameAccessAssociation.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
DomainNameAccessAssociation.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
DomainNameAccessAssociation.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
DomainNameAccessAssociation.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
DomainNameAccessAssociation.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
DomainNameAccessAssociation.Builder tags(Map<String,String> 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.
-
-