public static interface DescribeHomeRegionControlsRequest.Builder extends MigrationHubConfigRequest.Builder, SdkPojo, CopyableBuilder<DescribeHomeRegionControlsRequest.Builder,DescribeHomeRegionControlsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeHomeRegionControlsRequest.Builder |
controlId(String controlId)
The
ControlID is a unique identifier string of your HomeRegionControl object. |
DescribeHomeRegionControlsRequest.Builder |
homeRegion(String homeRegion)
The name of the home region you'd like to view.
|
DescribeHomeRegionControlsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of filtering results to display per page.
|
DescribeHomeRegionControlsRequest.Builder |
nextToken(String nextToken)
If a
NextToken was returned by a previous call, more results are available. |
DescribeHomeRegionControlsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeHomeRegionControlsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default 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. |
DescribeHomeRegionControlsRequest.Builder |
target(Target target)
The target parameter specifies the identifier to which the home region is applied, which is always of type
ACCOUNT. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeHomeRegionControlsRequest.Builder controlId(String controlId)
The ControlID is a unique identifier string of your HomeRegionControl object.
controlId - The ControlID is a unique identifier string of your HomeRegionControl
object.DescribeHomeRegionControlsRequest.Builder homeRegion(String homeRegion)
The name of the home region you'd like to view.
homeRegion - The name of the home region you'd like to view.DescribeHomeRegionControlsRequest.Builder target(Target target)
The target parameter specifies the identifier to which the home region is applied, which is always of type
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 of
type ACCOUNT. It applies the home region to the current ACCOUNT.default 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. 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)DescribeHomeRegionControlsRequest.Builder maxResults(Integer maxResults)
The maximum number of filtering results to display per page.
maxResults - The maximum number of filtering results to display per page.DescribeHomeRegionControlsRequest.Builder nextToken(String nextToken)
If a NextToken was returned by a previous call, more results are available. To retrieve the next
page of results, make the call again using the returned token in NextToken.
nextToken - If a NextToken was returned by a previous call, more results are available. To retrieve
the next page of results, make the call again using the returned token in NextToken.DescribeHomeRegionControlsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeHomeRegionControlsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.