Interface DomainSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DomainSummary.Builder,,DomainSummary> SdkBuilder<DomainSummary.Builder,,DomainSummary> SdkPojo
- Enclosing class:
DomainSummary
@Mutable
@NotThreadSafe
public static interface DomainSummary.Builder
extends SdkPojo, CopyableBuilder<DomainSummary.Builder,DomainSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the domain was created.The Amazon Resource Name (ARN) of the domain.The unique ID of the domain.identityCenterInstanceArn(String identityCenterInstanceArn) Identity Center instance ARN configured for the domain.A name that identifies the domain.The Region where this domain was created.Current status of the domain.status(DomainStatus status) Current status of the domain.The timestamp when the domain was last updated.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
-
domainId
The unique ID of the domain.
- Parameters:
domainId- The unique ID of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
name
A name that identifies the domain.
- Parameters:
name- A name that identifies the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityCenterInstanceArn
Identity Center instance ARN configured for the domain. Absent for IAM-only domains.
- Parameters:
identityCenterInstanceArn- Identity Center instance ARN configured for the domain. Absent for IAM-only domains.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
The Region where this domain was created.
- Parameters:
region- The Region where this domain was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the domain was created.
- Parameters:
createdAt- The timestamp when the domain was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the domain was last updated.
- Parameters:
updatedAt- The timestamp when the domain was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Current status of the domain.
- Parameters:
status- Current status of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Current status of the domain.
- Parameters:
status- Current status of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-