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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRegionsResponse.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 method that creates an instance of theRegionDescription.Builder avoiding the need to create
one manually via RegionDescription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #regionsDescription(List.
regionsDescription - a consumer that will call methods on
RegionDescription.Builder#regionsDescription(java.util.Collection) 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 © 2022. All rights reserved.