Interface DomainUnitSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DomainUnitSummary.Builder,
,DomainUnitSummary> SdkBuilder<DomainUnitSummary.Builder,
,DomainUnitSummary> SdkPojo
- Enclosing class:
DomainUnitSummary
@Mutable
@NotThreadSafe
public static interface DomainUnitSummary.Builder
extends SdkPojo, CopyableBuilder<DomainUnitSummary.Builder,DomainUnitSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the domain unit summary.The name of the domain unit summary.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 Details
-
id
The ID of the domain unit summary.
- Parameters:
id
- The ID of the domain unit summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the domain unit summary.
- Parameters:
name
- The name of the domain unit summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-