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
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the domain.The unique identifier of the domain.The name of the domain.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, sdkFields
-
Method Details
-
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
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
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.
-