Interface DescribeIndexFieldsRequest.Builder

    • Method Detail

      • domainName

        DescribeIndexFieldsRequest.Builder domainName​(String 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

        DescribeIndexFieldsRequest.Builder fieldNames​(Collection<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.
      • 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

        DescribeIndexFieldsRequest.Builder deployed​(Boolean 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.