Interface ListLabelsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListLabelsRequest.Builder,
,ListLabelsRequest> LookoutEquipmentRequest.Builder
,SdkBuilder<ListLabelsRequest.Builder,
,ListLabelsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListLabelsRequest
@Mutable
@NotThreadSafe
public static interface ListLabelsRequest.Builder
extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<ListLabelsRequest.Builder,ListLabelsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionLists the labels that pertain to a particular piece of equipment.Returns labels with a particular fault code.intervalEndTime
(Instant intervalEndTime) Returns all labels with a start time earlier than the end time given.intervalStartTime
(Instant intervalStartTime) Returns all the labels with a end time equal to or later than the start time given.labelGroupName
(String labelGroupName) Returns the name of the label group.maxResults
(Integer maxResults) Specifies the maximum number of labels to list.An opaque pagination token indicating where to continue the listing of label groups.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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
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
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 interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListLabelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-