Interface GetThingShadowRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetThingShadowRequest.Builder,GetThingShadowRequest>,IotDataPlaneRequest.Builder,SdkBuilder<GetThingShadowRequest.Builder,GetThingShadowRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetThingShadowRequest
public static interface GetThingShadowRequest.Builder extends IotDataPlaneRequest.Builder, SdkPojo, CopyableBuilder<GetThingShadowRequest.Builder,GetThingShadowRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetThingShadowRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetThingShadowRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetThingShadowRequest.BuildershadowName(String shadowName)The name of the shadow.GetThingShadowRequest.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
GetThingShadowRequest.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.
-
shadowName
GetThingShadowRequest.Builder shadowName(String shadowName)
The name of the shadow.
- Parameters:
shadowName- The name of the shadow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetThingShadowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetThingShadowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-