Interface ListLabelsRequest.Builder

  • Method Details

    • labelGroupName

      ListLabelsRequest.Builder labelGroupName(String labelGroupName)

      Returns the name of the label group.

      Parameters:
      labelGroupName - Returns the name of the label group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • intervalStartTime

      ListLabelsRequest.Builder intervalStartTime(Instant intervalStartTime)

      Returns all the labels with a end time equal to or later than the start time given.

      Parameters:
      intervalStartTime - Returns all the labels with a end time equal to or later than the start time given.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • intervalEndTime

      ListLabelsRequest.Builder intervalEndTime(Instant intervalEndTime)

      Returns all labels with a start time earlier than the end time given.

      Parameters:
      intervalEndTime - Returns all labels with a start time earlier than the end time given.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • faultCode

      ListLabelsRequest.Builder faultCode(String faultCode)

      Returns labels with a particular fault code.

      Parameters:
      faultCode - Returns labels with a particular fault code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • equipment

      ListLabelsRequest.Builder equipment(String equipment)

      Lists the labels that pertain to a particular piece of equipment.

      Parameters:
      equipment - Lists the labels that pertain to a particular piece of equipment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListLabelsRequest.Builder nextToken(String nextToken)

      An opaque pagination token indicating where to continue the listing of label groups.

      Parameters:
      nextToken - An opaque pagination token indicating where to continue the listing of label groups.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListLabelsRequest.Builder maxResults(Integer maxResults)

      Specifies the maximum number of labels to list.

      Parameters:
      maxResults - Specifies the maximum number of labels to list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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