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