public static interface DescribeHomeRegionControlsResponse.Builder extends MigrationHubConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeHomeRegionControlsResponse.Builder,DescribeHomeRegionControlsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeHomeRegionControlsResponse.Builder |
homeRegionControls(Collection<HomeRegionControl> homeRegionControls)
An array that contains your
HomeRegionControl objects. |
DescribeHomeRegionControlsResponse.Builder |
homeRegionControls(Consumer<HomeRegionControl.Builder>... homeRegionControls)
An array that contains your
HomeRegionControl objects. |
DescribeHomeRegionControlsResponse.Builder |
homeRegionControls(HomeRegionControl... homeRegionControls)
An array that contains your
HomeRegionControl objects. |
DescribeHomeRegionControlsResponse.Builder |
nextToken(String nextToken)
If a
NextToken was returned by a previous call, more results are available. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeHomeRegionControlsResponse.Builder homeRegionControls(Collection<HomeRegionControl> homeRegionControls)
An array that contains your HomeRegionControl objects.
homeRegionControls - An array that contains your HomeRegionControl objects.DescribeHomeRegionControlsResponse.Builder homeRegionControls(HomeRegionControl... homeRegionControls)
An array that contains your HomeRegionControl objects.
homeRegionControls - An array that contains your HomeRegionControl objects.DescribeHomeRegionControlsResponse.Builder homeRegionControls(Consumer<HomeRegionControl.Builder>... homeRegionControls)
An array that contains your HomeRegionControl objects.
HomeRegionControl.Builder avoiding the need
to create one manually via
HomeRegionControl.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #homeRegionControls(List.
homeRegionControls - a consumer that will call methods on
HomeRegionControl.Builder#homeRegionControls(java.util.Collection) DescribeHomeRegionControlsResponse.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.Copyright © 2023. All rights reserved.