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 Details

    • 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.