public static interface CreateHomeRegionControlRequest.Builder extends MigrationHubConfigRequest.Builder, SdkPojo, CopyableBuilder<CreateHomeRegionControlRequest.Builder,CreateHomeRegionControlRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateHomeRegionControlRequest.Builder |
dryRun(Boolean dryRun)
Optional Boolean flag to indicate whether any effect should take place.
|
CreateHomeRegionControlRequest.Builder |
homeRegion(String homeRegion)
The name of the home region of the calling account.
|
CreateHomeRegionControlRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateHomeRegionControlRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateHomeRegionControlRequest.Builder |
target(Consumer<Target.Builder> target)
The account for which this command sets up a home region control.
|
CreateHomeRegionControlRequest.Builder |
target(Target target)
The account for which this command sets up a home region control.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateHomeRegionControlRequest.Builder homeRegion(String homeRegion)
The name of the home region of the calling account.
homeRegion - The name of the home region of the calling account.CreateHomeRegionControlRequest.Builder target(Target target)
The account for which this command sets up a home region control. The Target is always of type
ACCOUNT.
target - The account for which this command sets up a home region control. The Target is always of
type ACCOUNT.default CreateHomeRegionControlRequest.Builder target(Consumer<Target.Builder> target)
The account for which this command sets up a home region control. The Target is always of type
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)CreateHomeRegionControlRequest.Builder dryRun(Boolean dryRun)
Optional Boolean flag to indicate whether any effect should take place. It tests whether the caller has permission to make the call.
dryRun - Optional Boolean flag to indicate whether any effect should take place. It tests whether the caller
has permission to make the call.CreateHomeRegionControlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateHomeRegionControlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.