Interface CreateThingResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateThingResponse.Builder,,CreateThingResponse> IotResponse.Builder,SdkBuilder<CreateThingResponse.Builder,,CreateThingResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateThingResponse
public static interface CreateThingResponse.Builder
extends IotResponse.Builder, SdkPojo, CopyableBuilder<CreateThingResponse.Builder,CreateThingResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the new thing.The thing ID.The name of the new thing.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
thingName
The name of the new thing.
- Parameters:
 thingName- The name of the new thing.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
thingArn
The ARN of the new thing.
- Parameters:
 thingArn- The ARN of the new thing.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
thingId
The thing ID.
- Parameters:
 thingId- The thing ID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -