Interface ListElasticsearchInstanceTypesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListElasticsearchInstanceTypesRequest.Builder,ListElasticsearchInstanceTypesRequest>, ElasticsearchRequest.Builder, SdkBuilder<ListElasticsearchInstanceTypesRequest.Builder,ListElasticsearchInstanceTypesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListElasticsearchInstanceTypesRequest

  • Method Details

    • elasticsearchVersion

      ListElasticsearchInstanceTypesRequest.Builder elasticsearchVersion(String elasticsearchVersion)

      Version of Elasticsearch for which list of supported elasticsearch instance types are needed.

      Parameters:
      elasticsearchVersion - Version of Elasticsearch for which list of supported elasticsearch instance types are needed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainName

      DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are querying for list of available Elasticsearch instance types when modifying existing domain.

      Parameters:
      domainName - DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are querying for list of available Elasticsearch instance types when modifying existing domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      Set this value to limit the number of results returned. Value provided must be greater than 30 else it wont be honored.

      Parameters:
      maxResults - Set this value to limit the number of results returned. Value provided must be greater than 30 else it wont be honored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.

      Parameters:
      nextToken - NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.