| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubconfig.model |
| Modifier and Type | Method and Description |
|---|---|
static Target.Builder |
Target.builder() |
Target.Builder |
Target.Builder.id(String id)
The
TargetID is a 12-character identifier of the ACCOUNT for which the control was
created. |
Target.Builder |
Target.toBuilder() |
Target.Builder |
Target.Builder.type(String type)
The target type is always an
ACCOUNT. |
Target.Builder |
Target.Builder.type(TargetType type)
The target type is always an
ACCOUNT. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Target.Builder> |
Target.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HomeRegionControl.Builder |
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. |
default DescribeHomeRegionControlsRequest.Builder |
DescribeHomeRegionControlsRequest.Builder.target(Consumer<Target.Builder> target)
The target parameter specifies the identifier to which the home region is applied, which is always of type
ACCOUNT. |
default CreateHomeRegionControlRequest.Builder |
CreateHomeRegionControlRequest.Builder.target(Consumer<Target.Builder> target)
The account for which this command sets up a home region control.
|
Copyright © 2023. All rights reserved.