Interface DomainInformation.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<DomainInformation.Builder,DomainInformation>
,SdkBuilder<DomainInformation.Builder,DomainInformation>
,SdkPojo
- Enclosing class:
- DomainInformation
public static interface DomainInformation.Builder extends SdkPojo, CopyableBuilder<DomainInformation.Builder,DomainInformation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainInformation.Builder
domainName(String domainName)
Sets the value of the DomainName property for this object.DomainInformation.Builder
ownerId(String ownerId)
Sets the value of the OwnerId property for this object.DomainInformation.Builder
region(String region)
Sets the value of the Region property for this object.-
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
-
ownerId
DomainInformation.Builder ownerId(String ownerId)
Sets the value of the OwnerId property for this object.- Parameters:
ownerId
- The new value for the OwnerId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
DomainInformation.Builder domainName(String domainName)
Sets the value of the DomainName property for this object.- Parameters:
domainName
- The new value for the DomainName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
DomainInformation.Builder region(String region)
Sets the value of the Region property for this object.- Parameters:
region
- The new value for the Region property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-