public static interface DomainSummary.Builder extends SdkPojo, CopyableBuilder<DomainSummary.Builder,DomainSummary>
| Modifier and Type | Method and Description |
|---|---|
DomainSummary.Builder |
domainArn(String domainArn)
The Amazon Resource Name (ARN) of the domain.
|
DomainSummary.Builder |
domainId(String domainId)
The unique identifier of the domain.
|
DomainSummary.Builder |
name(String name)
The name of the domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDomainSummary.Builder domainArn(String domainArn)
The Amazon Resource Name (ARN) of the domain.
domainArn - The Amazon Resource Name (ARN) of the domain.DomainSummary.Builder domainId(String domainId)
The unique identifier of the domain.
domainId - The unique identifier of the domain.DomainSummary.Builder name(String name)
The name of the domain.
name - The name of the domain.Copyright © 2023. All rights reserved.