public static interface DescribeIndexResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<DescribeIndexResponse.Builder,DescribeIndexResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeIndexResponse.Builder |
indexName(String indexName)
The index name.
|
DescribeIndexResponse.Builder |
indexStatus(IndexStatus indexStatus)
The index status.
|
DescribeIndexResponse.Builder |
indexStatus(String indexStatus)
The index status.
|
DescribeIndexResponse.Builder |
schema(String schema)
Contains a value that specifies the type of indexing performed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeIndexResponse.Builder indexName(String indexName)
The index name.
indexName - The index name.DescribeIndexResponse.Builder indexStatus(String indexStatus)
The index status.
indexStatus - The index status.IndexStatus,
IndexStatusDescribeIndexResponse.Builder indexStatus(IndexStatus indexStatus)
The index status.
indexStatus - The index status.IndexStatus,
IndexStatusDescribeIndexResponse.Builder schema(String schema)
Contains a value that specifies the type of indexing performed. Valid values are:
REGISTRY – Your thing index will contain only registry data.
REGISTRY_AND_SHADOW - Your thing index will contain registry data and shadow data.
REGISTRY_AND_CONNECTIVITY_STATUS - Your thing index will contain registry data and thing connectivity status data.
REGISTRY_AND_SHADOW_AND_CONNECTIVITY_STATUS - Your thing index will contain registry data, shadow data, and thing connectivity status data.
schema - Contains a value that specifies the type of indexing performed. Valid values are:
REGISTRY – Your thing index will contain only registry data.
REGISTRY_AND_SHADOW - Your thing index will contain registry data and shadow data.
REGISTRY_AND_CONNECTIVITY_STATUS - Your thing index will contain registry data and thing connectivity status data.
REGISTRY_AND_SHADOW_AND_CONNECTIVITY_STATUS - Your thing index will contain registry data, shadow data, and thing connectivity status data.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.