Interface ListThingGroupsForThingRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListThingGroupsForThingRequest.Builder,ListThingGroupsForThingRequest>
,IotRequest.Builder
,SdkBuilder<ListThingGroupsForThingRequest.Builder,ListThingGroupsForThingRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListThingGroupsForThingRequest
public static interface ListThingGroupsForThingRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListThingGroupsForThingRequest.Builder,ListThingGroupsForThingRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListThingGroupsForThingRequest.Builder
maxResults(Integer maxResults)
The maximum number of results to return at one time.ListThingGroupsForThingRequest.Builder
nextToken(String nextToken)
To retrieve the next set of results, thenextToken
value from a previous response; otherwise null to receive the first set of results.ListThingGroupsForThingRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListThingGroupsForThingRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListThingGroupsForThingRequest.Builder
thingName(String thingName)
The thing name.-
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.iot.model.IotRequest.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
-
thingName
ListThingGroupsForThingRequest.Builder thingName(String thingName)
The thing name.
- Parameters:
thingName
- The thing name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListThingGroupsForThingRequest.Builder nextToken(String nextToken)
To retrieve the next set of results, the
nextToken
value from a previous response; otherwise null to receive the first set of results.- Parameters:
nextToken
- To retrieve the next set of results, thenextToken
value from a previous response; otherwise null to receive the first set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListThingGroupsForThingRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time.
- Parameters:
maxResults
- The maximum number of results to return at one time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListThingGroupsForThingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListThingGroupsForThingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-