Interface ListThingPrincipalsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListThingPrincipalsRequest.Builder,ListThingPrincipalsRequest>
,IotRequest.Builder
,SdkBuilder<ListThingPrincipalsRequest.Builder,ListThingPrincipalsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListThingPrincipalsRequest
public static interface ListThingPrincipalsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListThingPrincipalsRequest.Builder,ListThingPrincipalsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListThingPrincipalsRequest.Builder
maxResults(Integer maxResults)
The maximum number of results to return in this operation.ListThingPrincipalsRequest.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.ListThingPrincipalsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListThingPrincipalsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListThingPrincipalsRequest.Builder
thingName(String thingName)
The name of the thing.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListThingPrincipalsRequest.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
ListThingPrincipalsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in this operation.
- Parameters:
maxResults
- The maximum number of results to return in this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingName
ListThingPrincipalsRequest.Builder thingName(String thingName)
The name of the thing.
- Parameters:
thingName
- The name of the thing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListThingPrincipalsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListThingPrincipalsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-