CopyableBuilder<CreateThingTypeResponse.Builder,CreateThingTypeResponse>
, SdkBuilder<CreateThingTypeResponse.Builder,CreateThingTypeResponse>
public static interface CreateThingTypeResponse.Builder extends CopyableBuilder<CreateThingTypeResponse.Builder,CreateThingTypeResponse>
Modifier and Type | Method | Description |
---|---|---|
CreateThingTypeResponse.Builder |
thingTypeArn(String thingTypeArn) |
The Amazon Resource Name (ARN) of the thing type.
|
CreateThingTypeResponse.Builder |
thingTypeName(String thingTypeName) |
The name of the thing type.
|
copy
apply, build
CreateThingTypeResponse.Builder thingTypeName(String thingTypeName)
The name of the thing type.
thingTypeName
- The name of the thing type.CreateThingTypeResponse.Builder thingTypeArn(String thingTypeArn)
The Amazon Resource Name (ARN) of the thing type.
thingTypeArn
- The Amazon Resource Name (ARN) of the thing type.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.