Interface CreateThingGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateThingGroupResponse.Builder,CreateThingGroupResponse>
,IotResponse.Builder
,SdkBuilder<CreateThingGroupResponse.Builder,CreateThingGroupResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- CreateThingGroupResponse
public static interface CreateThingGroupResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<CreateThingGroupResponse.Builder,CreateThingGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
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
-
thingGroupName
CreateThingGroupResponse.Builder thingGroupName(String thingGroupName)
The thing group name.
- Parameters:
thingGroupName
- The thing group name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingGroupArn
CreateThingGroupResponse.Builder thingGroupArn(String thingGroupArn)
The thing group ARN.
- Parameters:
thingGroupArn
- The thing group ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingGroupId
CreateThingGroupResponse.Builder thingGroupId(String thingGroupId)
The thing group ID.
- Parameters:
thingGroupId
- The thing group ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-