public static interface DescribeRegionsResponse.Builder extends DirectoryResponse.Builder, SdkPojo, CopyableBuilder<DescribeRegionsResponse.Builder,DescribeRegionsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeRegionsResponse.Builder |
nextToken(String nextToken)
If not null, more results are available.
|
DescribeRegionsResponse.Builder |
regionsDescription(Collection<RegionDescription> regionsDescription)
List of Region information related to the directory for each replicated Region.
|
DescribeRegionsResponse.Builder |
regionsDescription(Consumer<RegionDescription.Builder>... regionsDescription)
List of Region information related to the directory for each replicated Region.
|
DescribeRegionsResponse.Builder |
regionsDescription(RegionDescription... regionsDescription)
List of Region information related to the directory for each replicated Region.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeRegionsResponse.Builder regionsDescription(Collection<RegionDescription> regionsDescription)
List of Region information related to the directory for each replicated Region.
regionsDescription
- List of Region information related to the directory for each replicated Region.DescribeRegionsResponse.Builder regionsDescription(RegionDescription... regionsDescription)
List of Region information related to the directory for each replicated Region.
regionsDescription
- List of Region information related to the directory for each replicated Region.DescribeRegionsResponse.Builder regionsDescription(Consumer<RegionDescription.Builder>... regionsDescription)
List of Region information related to the directory for each replicated Region.
This is a convenience that creates an instance of theList.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 #regionsDescription(List)
.regionsDescription
- a consumer that will call methods on List.Builder
#regionsDescription(List)
DescribeRegionsResponse.Builder nextToken(String nextToken)
If not null, more results are available. Pass this value for the NextToken
parameter in a
subsequent call to DescribeRegions to retrieve the next set of items.
nextToken
- If not null, more results are available. Pass this value for the NextToken
parameter in a
subsequent call to DescribeRegions to retrieve the next set of items.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.