Interface ListLabelsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListLabelsRequest.Builder,ListLabelsRequest>,LookoutEquipmentRequest.Builder,SdkBuilder<ListLabelsRequest.Builder,ListLabelsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListLabelsRequest
public static interface ListLabelsRequest.Builder extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<ListLabelsRequest.Builder,ListLabelsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLabelsRequest.Builderequipment(String equipment)Lists the labels that pertain to a particular piece of equipment.ListLabelsRequest.BuilderfaultCode(String faultCode)Returns labels with a particular fault code.ListLabelsRequest.BuilderintervalEndTime(Instant intervalEndTime)Returns all labels with a start time earlier than the end time given.ListLabelsRequest.BuilderintervalStartTime(Instant intervalStartTime)Returns all the labels with a end time equal to or later than the start time given.ListLabelsRequest.BuilderlabelGroupName(String labelGroupName)Returns the name of the label group.ListLabelsRequest.BuildermaxResults(Integer maxResults)Specifies the maximum number of labels to list.ListLabelsRequest.BuildernextToken(String nextToken)An opaque pagination token indicating where to continue the listing of label groups.ListLabelsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLabelsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListLabelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-