Interface ListLabelGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListLabelGroupsRequest.Builder,ListLabelGroupsRequest>,LookoutEquipmentRequest.Builder,SdkBuilder<ListLabelGroupsRequest.Builder,ListLabelGroupsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListLabelGroupsRequest
public static interface ListLabelGroupsRequest.Builder extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<ListLabelGroupsRequest.Builder,ListLabelGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLabelGroupsRequest.BuilderlabelGroupNameBeginsWith(String labelGroupNameBeginsWith)The beginning of the name of the label groups to be listed.ListLabelGroupsRequest.BuildermaxResults(Integer maxResults)Specifies the maximum number of label groups to list.ListLabelGroupsRequest.BuildernextToken(String nextToken)An opaque pagination token indicating where to continue the listing of label groups.ListLabelGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLabelGroupsRequest.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
-
labelGroupNameBeginsWith
ListLabelGroupsRequest.Builder labelGroupNameBeginsWith(String labelGroupNameBeginsWith)
The beginning of the name of the label groups to be listed.
- Parameters:
labelGroupNameBeginsWith- The beginning of the name of the label groups to be listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListLabelGroupsRequest.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
ListLabelGroupsRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of label groups to list.
- Parameters:
maxResults- Specifies the maximum number of label groups to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListLabelGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListLabelGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-