Interface AWSDomainInformation.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<AWSDomainInformation.Builder,AWSDomainInformation>
,SdkBuilder<AWSDomainInformation.Builder,AWSDomainInformation>
,SdkPojo
- Enclosing class:
- AWSDomainInformation
public static interface AWSDomainInformation.Builder extends SdkPojo, CopyableBuilder<AWSDomainInformation.Builder,AWSDomainInformation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AWSDomainInformation.Builder
domainName(String domainName)
Name of the domain.AWSDomainInformation.Builder
ownerId(String ownerId)
The Amazon Web Services account ID of the domain owner.AWSDomainInformation.Builder
region(String region)
The Amazon Web Services Region in which the domain is located.-
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
AWSDomainInformation.Builder ownerId(String ownerId)
The Amazon Web Services account ID of the domain owner.
- Parameters:
ownerId
- The Amazon Web Services account ID of the domain owner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
AWSDomainInformation.Builder domainName(String domainName)
Name of the domain.
- Parameters:
domainName
- Name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
AWSDomainInformation.Builder region(String region)
The Amazon Web Services Region in which the domain is located.
- Parameters:
region
- The Amazon Web Services Region in which the domain is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-