public static interface HomeRegionControl.Builder extends SdkPojo, CopyableBuilder<HomeRegionControl.Builder,HomeRegionControl>
| Modifier and Type | Method and Description |
|---|---|
HomeRegionControl.Builder |
controlId(String controlId)
A unique identifier that's generated for each home region control.
|
HomeRegionControl.Builder |
homeRegion(String homeRegion)
The AWS Region that's been set as home region.
|
HomeRegionControl.Builder |
requestedTime(Instant requestedTime)
A timestamp representing the time when the customer called
CreateHomeregionControl and set the
home region for the account. |
default HomeRegionControl.Builder |
target(Consumer<Target.Builder> target)
The target parameter specifies the identifier to which the home region is applied, which is always an
ACCOUNT. |
HomeRegionControl.Builder |
target(Target target)
The target parameter specifies the identifier to which the home region is applied, which is always an
ACCOUNT. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHomeRegionControl.Builder controlId(String controlId)
A unique identifier that's generated for each home region control. It's always a string that begins with "hrc-" followed by 12 lowercase letters and numbers.
controlId - A unique identifier that's generated for each home region control. It's always a string that begins
with "hrc-" followed by 12 lowercase letters and numbers.HomeRegionControl.Builder homeRegion(String homeRegion)
The AWS Region that's been set as home region. For example, "us-west-2" or "eu-central-1" are valid home regions.
homeRegion - The AWS Region that's been set as home region. For example, "us-west-2" or "eu-central-1" are valid
home regions.HomeRegionControl.Builder target(Target target)
The target parameter specifies the identifier to which the home region is applied, which is always an
ACCOUNT. It applies the home region to the current ACCOUNT.
target - The target parameter specifies the identifier to which the home region is applied, which is always an
ACCOUNT. It applies the home region to the current ACCOUNT.default HomeRegionControl.Builder target(Consumer<Target.Builder> target)
The target parameter specifies the identifier to which the home region is applied, which is always an
ACCOUNT. It applies the home region to the current ACCOUNT.
Target.Builder avoiding the need to
create one manually via Target.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to target(Target).
target - a consumer that will call methods on Target.Buildertarget(Target)HomeRegionControl.Builder requestedTime(Instant requestedTime)
A timestamp representing the time when the customer called CreateHomeregionControl and set the
home region for the account.
requestedTime - A timestamp representing the time when the customer called CreateHomeregionControl and
set the home region for the account.Copyright © 2023. All rights reserved.