Interface DomainScope.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DomainScope.Builder,,DomainScope> SdkBuilder<DomainScope.Builder,,DomainScope> SdkPojo
- Enclosing class:
DomainScope
@Mutable
@NotThreadSafe
public static interface DomainScope.Builder
extends SdkPojo, CopyableBuilder<DomainScope.Builder,DomainScope>
-
Method Summary
Modifier and TypeMethodDescriptionexactDomain(String exactDomain) Whether validation applies to the exact domain.exactDomain(DomainScopeOption exactDomain) Whether validation applies to the exact domain.subdomains(String subdomains) Whether validation applies to subdomains.subdomains(DomainScopeOption subdomains) Whether validation applies to subdomains.Whether validation applies to wildcard domains.wildcards(DomainScopeOption wildcards) Whether validation applies to wildcard domains.Methods 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, sdkFieldNameToField, sdkFields
-
Method Details
-
exactDomain
Whether validation applies to the exact domain.
- Parameters:
exactDomain- Whether validation applies to the exact domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exactDomain
Whether validation applies to the exact domain.
- Parameters:
exactDomain- Whether validation applies to the exact domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
subdomains
Whether validation applies to subdomains.
- Parameters:
subdomains- Whether validation applies to subdomains.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
subdomains
Whether validation applies to subdomains.
- Parameters:
subdomains- Whether validation applies to subdomains.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
wildcards
Whether validation applies to wildcard domains.
- Parameters:
wildcards- Whether validation applies to wildcard domains.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
wildcards
Whether validation applies to wildcard domains.
- Parameters:
wildcards- Whether validation applies to wildcard domains.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-