Interface ListNamedShadowsForThingRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListNamedShadowsForThingRequest.Builder,ListNamedShadowsForThingRequest>,IotDataPlaneRequest.Builder,SdkBuilder<ListNamedShadowsForThingRequest.Builder,ListNamedShadowsForThingRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListNamedShadowsForThingRequest
public static interface ListNamedShadowsForThingRequest.Builder extends IotDataPlaneRequest.Builder, SdkPojo, CopyableBuilder<ListNamedShadowsForThingRequest.Builder,ListNamedShadowsForThingRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListNamedShadowsForThingRequest.BuildernextToken(String nextToken)The token to retrieve the next set of results.ListNamedShadowsForThingRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListNamedShadowsForThingRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListNamedShadowsForThingRequest.BuilderpageSize(Integer pageSize)The result page size.ListNamedShadowsForThingRequest.BuilderthingName(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.iotdataplane.model.IotDataPlaneRequest.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
-
thingName
ListNamedShadowsForThingRequest.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.
-
nextToken
ListNamedShadowsForThingRequest.Builder nextToken(String nextToken)
The token to retrieve the next set of results.
- Parameters:
nextToken- The token to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageSize
ListNamedShadowsForThingRequest.Builder pageSize(Integer pageSize)
The result page size.
- Parameters:
pageSize- The result page size.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListNamedShadowsForThingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListNamedShadowsForThingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-