Interface DescribeIndexFieldsRequest.Builder

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

public static interface DescribeIndexFieldsRequest.Builder extends CloudSearchRequest.Builder, SdkPojo, CopyableBuilder<DescribeIndexFieldsRequest.Builder,DescribeIndexFieldsRequest>
  • Method Details

    • domainName

      The name of the domain you want to describe.

      Parameters:
      domainName - The name of the domain you want to describe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fieldNames

      A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

      Parameters:
      fieldNames - A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fieldNames

      DescribeIndexFieldsRequest.Builder fieldNames(String... fieldNames)

      A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

      Parameters:
      fieldNames - A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deployed

      Whether to display the deployed configuration (true) or include any pending changes ( false). Defaults to false.

      Parameters:
      deployed - Whether to display the deployed configuration (true) or include any pending changes ( false). Defaults to false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DescribeIndexFieldsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration 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.