Interface DomainInformation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DomainInformation.Builder,
,DomainInformation> SdkBuilder<DomainInformation.Builder,
,DomainInformation> SdkPojo
- Enclosing class:
DomainInformation
@Mutable
@NotThreadSafe
public static interface DomainInformation.Builder
extends SdkPojo, CopyableBuilder<DomainInformation.Builder,DomainInformation>
-
Method Summary
Modifier and TypeMethodDescriptiondomainName
(String domainName) Sets the value of the DomainName property for this object.Sets the value of the OwnerId property for this object.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-