public static interface CreateThingGroupResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<CreateThingGroupResponse.Builder,CreateThingGroupResponse>
Modifier and Type | Method and Description |
---|---|
CreateThingGroupResponse.Builder |
thingGroupArn(String thingGroupArn)
The thing group ARN.
|
CreateThingGroupResponse.Builder |
thingGroupId(String thingGroupId)
The thing group ID.
|
CreateThingGroupResponse.Builder |
thingGroupName(String thingGroupName)
The thing group name.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateThingGroupResponse.Builder thingGroupName(String thingGroupName)
The thing group name.
thingGroupName
- The thing group name.CreateThingGroupResponse.Builder thingGroupArn(String thingGroupArn)
The thing group ARN.
thingGroupArn
- The thing group ARN.CreateThingGroupResponse.Builder thingGroupId(String thingGroupId)
The thing group ID.
thingGroupId
- The thing group ID.Copyright © 2022. All rights reserved.