public static interface DescribeReservedInstancesResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<DescribeReservedInstancesResponse.Builder,DescribeReservedInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeReservedInstancesResponse.Builder |
nextToken(String nextToken)
When
nextToken is returned, there are more results available. |
DescribeReservedInstancesResponse.Builder |
reservedInstances(Collection<ReservedInstance> reservedInstances)
List of Reserved Instances in the current Region.
|
DescribeReservedInstancesResponse.Builder |
reservedInstances(Consumer<ReservedInstance.Builder>... reservedInstances)
List of Reserved Instances in the current Region.
|
DescribeReservedInstancesResponse.Builder |
reservedInstances(ReservedInstance... reservedInstances)
List of Reserved Instances in the current Region.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeReservedInstancesResponse.Builder nextToken(String nextToken)
When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page.DescribeReservedInstancesResponse.Builder reservedInstances(Collection<ReservedInstance> reservedInstances)
List of Reserved Instances in the current Region.
reservedInstances - List of Reserved Instances in the current Region.DescribeReservedInstancesResponse.Builder reservedInstances(ReservedInstance... reservedInstances)
List of Reserved Instances in the current Region.
reservedInstances - List of Reserved Instances in the current Region.DescribeReservedInstancesResponse.Builder reservedInstances(Consumer<ReservedInstance.Builder>... reservedInstances)
List of Reserved Instances in the current Region.
This is a convenience method that creates an instance of theReservedInstance.Builder avoiding the need to create
one manually via ReservedInstance.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #reservedInstances(List.
reservedInstances - a consumer that will call methods on
ReservedInstance.Builder#reservedInstances(java.util.Collection) Copyright © 2022. All rights reserved.