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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateThingResponse.BuilderthingArn(String thingArn)The ARN of the new thing.CreateThingResponse.BuilderthingId(String thingId)The thing ID.CreateThingResponse.BuilderthingName(String thingName)The name of the new thing.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
thingName
CreateThingResponse.Builder thingName(String 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
CreateThingResponse.Builder thingArn(String 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
CreateThingResponse.Builder thingId(String thingId)
The thing ID.
- Parameters:
thingId- The thing ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-