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