Interface ListThingsRequest.Builder

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

public static interface ListThingsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListThingsRequest.Builder,ListThingsRequest>
  • Method Details

    • nextToken

      ListThingsRequest.Builder nextToken(String nextToken)

      To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

      Parameters:
      nextToken - To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListThingsRequest.Builder maxResults(Integer maxResults)

      The maximum number of results to return in this operation.

      Parameters:
      maxResults - The maximum number of results to return in this operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attributeName

      ListThingsRequest.Builder attributeName(String attributeName)

      The attribute name used to search for things.

      Parameters:
      attributeName - The attribute name used to search for things.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attributeValue

      ListThingsRequest.Builder attributeValue(String attributeValue)

      The attribute value used to search for things.

      Parameters:
      attributeValue - The attribute value used to search for things.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • thingTypeName

      ListThingsRequest.Builder thingTypeName(String thingTypeName)

      The name of the thing type used to search for things.

      Parameters:
      thingTypeName - The name of the thing type used to search for things.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • usePrefixAttributeValue

      ListThingsRequest.Builder usePrefixAttributeValue(Boolean usePrefixAttributeValue)

      When true, the action returns the thing resources with attribute values that start with the attributeValue provided.

      When false, or not present, the action returns only the thing resources with attribute values that match the entire attributeValue provided.

      Parameters:
      usePrefixAttributeValue - When true, the action returns the thing resources with attribute values that start with the attributeValue provided.

      When false, or not present, the action returns only the thing resources with attribute values that match the entire attributeValue provided.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListThingsRequest.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.