Interface DomainSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DomainSummary.Builder,DomainSummary>,SdkBuilder<DomainSummary.Builder,DomainSummary>,SdkPojo
- Enclosing class:
- DomainSummary
public static interface DomainSummary.Builder extends SdkPojo, CopyableBuilder<DomainSummary.Builder,DomainSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainSummary.BuilderdomainArn(String domainArn)The Amazon Resource Name (ARN) of the domain.DomainSummary.BuilderdomainId(String domainId)The unique identifier of the domain.DomainSummary.Buildername(String name)The name of the domain.-
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, sdkFields
-
-
-
-
Method Detail
-
domainArn
DomainSummary.Builder domainArn(String domainArn)
The Amazon Resource Name (ARN) of the domain.
- Parameters:
domainArn- The Amazon Resource Name (ARN) of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
DomainSummary.Builder domainId(String domainId)
The unique identifier of the domain.
- Parameters:
domainId- The unique identifier of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DomainSummary.Builder name(String name)
The name of the domain.
- Parameters:
name- The name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-