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 Details

    • 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

      The thing ID.

      Parameters:
      thingId - The thing ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.