Interface CreateThingTypeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateThingTypeResponse.Builder,CreateThingTypeResponse>,IotResponse.Builder,SdkBuilder<CreateThingTypeResponse.Builder,CreateThingTypeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateThingTypeResponse
public static interface CreateThingTypeResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<CreateThingTypeResponse.Builder,CreateThingTypeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateThingTypeResponse.BuilderthingTypeArn(String thingTypeArn)The Amazon Resource Name (ARN) of the thing type.CreateThingTypeResponse.BuilderthingTypeId(String thingTypeId)The thing type ID.CreateThingTypeResponse.BuilderthingTypeName(String thingTypeName)The name of the thing type.-
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
-
thingTypeName
CreateThingTypeResponse.Builder thingTypeName(String thingTypeName)
The name of the thing type.
- Parameters:
thingTypeName- The name of the thing type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingTypeArn
CreateThingTypeResponse.Builder thingTypeArn(String thingTypeArn)
The Amazon Resource Name (ARN) of the thing type.
- Parameters:
thingTypeArn- The Amazon Resource Name (ARN) of the thing type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingTypeId
CreateThingTypeResponse.Builder thingTypeId(String thingTypeId)
The thing type ID.
- Parameters:
thingTypeId- The thing type ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-