public static interface RegionDescription.Builder extends SdkPojo, CopyableBuilder<RegionDescription.Builder,RegionDescription>
| Modifier and Type | Method and Description |
|---|---|
RegionDescription.Builder |
desiredNumberOfDomainControllers(Integer desiredNumberOfDomainControllers)
The desired number of domain controllers in the specified Region for the specified directory.
|
RegionDescription.Builder |
directoryId(String directoryId)
The identifier of the directory.
|
RegionDescription.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time that the Region description was last updated.
|
RegionDescription.Builder |
launchTime(Instant launchTime)
Specifies when the Region replication began.
|
RegionDescription.Builder |
regionName(String regionName)
The name of the Region.
|
RegionDescription.Builder |
regionType(RegionType regionType)
Specifies whether the Region is the primary Region or an additional Region.
|
RegionDescription.Builder |
regionType(String regionType)
Specifies whether the Region is the primary Region or an additional Region.
|
RegionDescription.Builder |
status(DirectoryStage status)
The status of the replication process for the specified Region.
|
RegionDescription.Builder |
status(String status)
The status of the replication process for the specified Region.
|
RegionDescription.Builder |
statusLastUpdatedDateTime(Instant statusLastUpdatedDateTime)
The date and time that the Region status was last updated.
|
default RegionDescription.Builder |
vpcSettings(Consumer<DirectoryVpcSettings.Builder> vpcSettings)
Sets the value of the VpcSettings property for this object.
|
RegionDescription.Builder |
vpcSettings(DirectoryVpcSettings vpcSettings)
Sets the value of the VpcSettings property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRegionDescription.Builder directoryId(String directoryId)
The identifier of the directory.
directoryId - The identifier of the directory.RegionDescription.Builder regionName(String regionName)
The name of the Region. For example, us-east-1.
regionName - The name of the Region. For example, us-east-1.RegionDescription.Builder regionType(String regionType)
Specifies whether the Region is the primary Region or an additional Region.
regionType - Specifies whether the Region is the primary Region or an additional Region.RegionType,
RegionTypeRegionDescription.Builder regionType(RegionType regionType)
Specifies whether the Region is the primary Region or an additional Region.
regionType - Specifies whether the Region is the primary Region or an additional Region.RegionType,
RegionTypeRegionDescription.Builder status(String status)
The status of the replication process for the specified Region.
status - The status of the replication process for the specified Region.DirectoryStage,
DirectoryStageRegionDescription.Builder status(DirectoryStage status)
The status of the replication process for the specified Region.
status - The status of the replication process for the specified Region.DirectoryStage,
DirectoryStageRegionDescription.Builder vpcSettings(DirectoryVpcSettings vpcSettings)
vpcSettings - The new value for the VpcSettings property for this object.default RegionDescription.Builder vpcSettings(Consumer<DirectoryVpcSettings.Builder> vpcSettings)
DirectoryVpcSettings.Builder avoiding the need
to create one manually via DirectoryVpcSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to vpcSettings(DirectoryVpcSettings).vpcSettings - a consumer that will call methods on DirectoryVpcSettings.BuildervpcSettings(DirectoryVpcSettings)RegionDescription.Builder desiredNumberOfDomainControllers(Integer desiredNumberOfDomainControllers)
The desired number of domain controllers in the specified Region for the specified directory.
desiredNumberOfDomainControllers - The desired number of domain controllers in the specified Region for the specified directory.RegionDescription.Builder launchTime(Instant launchTime)
Specifies when the Region replication began.
launchTime - Specifies when the Region replication began.RegionDescription.Builder statusLastUpdatedDateTime(Instant statusLastUpdatedDateTime)
The date and time that the Region status was last updated.
statusLastUpdatedDateTime - The date and time that the Region status was last updated.RegionDescription.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time that the Region description was last updated.
lastUpdatedDateTime - The date and time that the Region description was last updated.Copyright © 2021. All rights reserved.