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.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #homeRegionControls(List) .homeRegionControls - a consumer that will call methods on List.Builder #homeRegionControls(List) 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 © 2022. All rights reserved.