Interface SubDomain.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SubDomain.Builder,,SubDomain> SdkBuilder<SubDomain.Builder,,SubDomain> SdkPojo
- Enclosing class:
 SubDomain
public static interface SubDomain.Builder
extends SdkPojo, CopyableBuilder<SubDomain.Builder,SubDomain> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe DNS record for the subdomain.default SubDomain.BuildersubDomainSetting(Consumer<SubDomainSetting.Builder> subDomainSetting) Describes the settings for the subdomain.subDomainSetting(SubDomainSetting subDomainSetting) Describes the settings for the subdomain.The verified status of the subdomainMethods 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, sdkFields 
- 
Method Details
- 
subDomainSetting
Describes the settings for the subdomain.
- Parameters:
 subDomainSetting- Describes the settings for the subdomain.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
subDomainSetting
Describes the settings for the subdomain.
This is a convenience method that creates an instance of theSubDomainSetting.Builderavoiding the need to create one manually viaSubDomainSetting.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosubDomainSetting(SubDomainSetting).- Parameters:
 subDomainSetting- a consumer that will call methods onSubDomainSetting.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
verified
The verified status of the subdomain
- Parameters:
 verified- The verified status of the subdomain- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
dnsRecord
The DNS record for the subdomain.
- Parameters:
 dnsRecord- The DNS record for the subdomain.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -