public static interface DescribeThingGroupResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<DescribeThingGroupResponse.Builder,DescribeThingGroupResponse>
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeThingGroupResponse.Builder thingGroupName(String thingGroupName)
The name of the thing group.
thingGroupName
- The name of the thing group.DescribeThingGroupResponse.Builder thingGroupId(String thingGroupId)
The thing group ID.
thingGroupId
- The thing group ID.DescribeThingGroupResponse.Builder thingGroupArn(String thingGroupArn)
The thing group ARN.
thingGroupArn
- The thing group ARN.DescribeThingGroupResponse.Builder version(Long version)
The version of the thing group.
version
- The version of the thing group.DescribeThingGroupResponse.Builder thingGroupProperties(ThingGroupProperties thingGroupProperties)
The thing group properties.
thingGroupProperties
- The thing group properties.default DescribeThingGroupResponse.Builder thingGroupProperties(Consumer<ThingGroupProperties.Builder> thingGroupProperties)
The thing group properties.
This is a convenience that creates an instance of theThingGroupProperties.Builder
avoiding the need
to create one manually via ThingGroupProperties.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to thingGroupProperties(ThingGroupProperties)
.thingGroupProperties
- a consumer that will call methods on ThingGroupProperties.Builder
thingGroupProperties(ThingGroupProperties)
DescribeThingGroupResponse.Builder thingGroupMetadata(ThingGroupMetadata thingGroupMetadata)
Thing group metadata.
thingGroupMetadata
- Thing group metadata.default DescribeThingGroupResponse.Builder thingGroupMetadata(Consumer<ThingGroupMetadata.Builder> thingGroupMetadata)
Thing group metadata.
This is a convenience that creates an instance of theThingGroupMetadata.Builder
avoiding the need to
create one manually via ThingGroupMetadata.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to thingGroupMetadata(ThingGroupMetadata)
.thingGroupMetadata
- a consumer that will call methods on ThingGroupMetadata.Builder
thingGroupMetadata(ThingGroupMetadata)
DescribeThingGroupResponse.Builder indexName(String indexName)
The dynamic thing group index name.
indexName
- The dynamic thing group index name.DescribeThingGroupResponse.Builder queryString(String queryString)
The dynamic thing group search query string.
queryString
- The dynamic thing group search query string.DescribeThingGroupResponse.Builder queryVersion(String queryVersion)
The dynamic thing group query version.
queryVersion
- The dynamic thing group query version.DescribeThingGroupResponse.Builder status(String status)
The dynamic thing group status.
status
- The dynamic thing group status.DynamicGroupStatus
,
DynamicGroupStatus
DescribeThingGroupResponse.Builder status(DynamicGroupStatus status)
The dynamic thing group status.
status
- The dynamic thing group status.DynamicGroupStatus
,
DynamicGroupStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.