public static interface ListAssetsRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<ListAssetsRequest.Builder,ListAssetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAssetsRequest.Builder |
assetModelId(String assetModelId)
The ID of the asset model by which to filter the list of assets.
|
ListAssetsRequest.Builder |
filter(ListAssetsFilter filter)
The filter for the requested list of assets.
|
ListAssetsRequest.Builder |
filter(String filter)
The filter for the requested list of assets.
|
ListAssetsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListAssetsRequest.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListAssetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAssetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssetsRequest.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.ListAssetsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
Default: 50
maxResults - The maximum number of results to be returned per paginated request.
Default: 50
ListAssetsRequest.Builder assetModelId(String assetModelId)
The ID of the asset model by which to filter the list of assets. This parameter is required if you choose
ALL for filter.
assetModelId - The ID of the asset model by which to filter the list of assets. This parameter is required if you
choose ALL for filter.ListAssetsRequest.Builder filter(String filter)
The filter for the requested list of assets. Choose one of the following options:
ALL – The list includes all assets for a given asset model ID. The assetModelId
parameter is required if you filter by ALL.
TOP_LEVEL – The list includes only top-level assets in the asset hierarchy tree.
Default: ALL
filter - The filter for the requested list of assets. Choose one of the following options:
ALL – The list includes all assets for a given asset model ID. The
assetModelId parameter is required if you filter by ALL.
TOP_LEVEL – The list includes only top-level assets in the asset hierarchy tree.
Default: ALL
ListAssetsFilter,
ListAssetsFilterListAssetsRequest.Builder filter(ListAssetsFilter filter)
The filter for the requested list of assets. Choose one of the following options:
ALL – The list includes all assets for a given asset model ID. The assetModelId
parameter is required if you filter by ALL.
TOP_LEVEL – The list includes only top-level assets in the asset hierarchy tree.
Default: ALL
filter - The filter for the requested list of assets. Choose one of the following options:
ALL – The list includes all assets for a given asset model ID. The
assetModelId parameter is required if you filter by ALL.
TOP_LEVEL – The list includes only top-level assets in the asset hierarchy tree.
Default: ALL
ListAssetsFilter,
ListAssetsFilterListAssetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAssetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.