public static interface ListLabelsRequest.Builder extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<ListLabelsRequest.Builder,ListLabelsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLabelsRequest.Builder |
equipment(String equipment)
Lists the labels that pertain to a particular piece of equipment.
|
ListLabelsRequest.Builder |
faultCode(String faultCode)
Returns labels with a particular fault code.
|
ListLabelsRequest.Builder |
intervalEndTime(Instant intervalEndTime)
Returns all labels with a start time earlier than the end time given.
|
ListLabelsRequest.Builder |
intervalStartTime(Instant intervalStartTime)
Returns all the labels with a end time equal to or later than the start time given.
|
ListLabelsRequest.Builder |
labelGroupName(String labelGroupName)
Retruns the name of the label group.
|
ListLabelsRequest.Builder |
maxResults(Integer maxResults)
Specifies the maximum number of labels to list.
|
ListLabelsRequest.Builder |
nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of label groups.
|
ListLabelsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLabelsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLabelsRequest.Builder labelGroupName(String labelGroupName)
Retruns the name of the label group.
labelGroupName - Retruns the name of the label group.ListLabelsRequest.Builder intervalStartTime(Instant intervalStartTime)
Returns all the labels with a end time equal to or later than the start time given.
intervalStartTime - Returns all the labels with a end time equal to or later than the start time given.ListLabelsRequest.Builder intervalEndTime(Instant intervalEndTime)
Returns all labels with a start time earlier than the end time given.
intervalEndTime - Returns all labels with a start time earlier than the end time given.ListLabelsRequest.Builder faultCode(String faultCode)
Returns labels with a particular fault code.
faultCode - Returns labels with a particular fault code.ListLabelsRequest.Builder equipment(String equipment)
Lists the labels that pertain to a particular piece of equipment.
equipment - Lists the labels that pertain to a particular piece of equipment.ListLabelsRequest.Builder nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of label groups.
nextToken - An opaque pagination token indicating where to continue the listing of label groups.ListLabelsRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of labels to list.
maxResults - Specifies the maximum number of labels to list.ListLabelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLabelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.