public static interface ListInstanceTypeDetailsResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<ListInstanceTypeDetailsResponse.Builder,ListInstanceTypeDetailsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListInstanceTypeDetailsResponse.Builder |
instanceTypeDetails(Collection<InstanceTypeDetails> instanceTypeDetails)
Lists all supported instance types and features for the given OpenSearch or Elasticsearch version.
|
ListInstanceTypeDetailsResponse.Builder |
instanceTypeDetails(Consumer<InstanceTypeDetails.Builder>... instanceTypeDetails)
Lists all supported instance types and features for the given OpenSearch or Elasticsearch version.
|
ListInstanceTypeDetailsResponse.Builder |
instanceTypeDetails(InstanceTypeDetails... instanceTypeDetails)
Lists all supported instance types and features for the given OpenSearch or Elasticsearch version.
|
ListInstanceTypeDetailsResponse.Builder |
nextToken(String nextToken)
When
nextToken is returned, there are more results available. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInstanceTypeDetailsResponse.Builder instanceTypeDetails(Collection<InstanceTypeDetails> instanceTypeDetails)
Lists all supported instance types and features for the given OpenSearch or Elasticsearch version.
instanceTypeDetails - Lists all supported instance types and features for the given OpenSearch or Elasticsearch version.ListInstanceTypeDetailsResponse.Builder instanceTypeDetails(InstanceTypeDetails... instanceTypeDetails)
Lists all supported instance types and features for the given OpenSearch or Elasticsearch version.
instanceTypeDetails - Lists all supported instance types and features for the given OpenSearch or Elasticsearch version.ListInstanceTypeDetailsResponse.Builder instanceTypeDetails(Consumer<InstanceTypeDetails.Builder>... instanceTypeDetails)
Lists all supported instance types and features for the given OpenSearch or Elasticsearch version.
This is a convenience method that creates an instance of theInstanceTypeDetails.Builder avoiding the need to
create one manually via
InstanceTypeDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #instanceTypeDetails(List.
instanceTypeDetails - a consumer that will call methods on
InstanceTypeDetails.Builder#instanceTypeDetails(java.util.Collection) ListInstanceTypeDetailsResponse.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.Copyright © 2022. All rights reserved.