public static interface ListTimeSeriesRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<ListTimeSeriesRequest.Builder,ListTimeSeriesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTimeSeriesRequest.Builder |
aliasPrefix(String aliasPrefix)
The alias prefix of the time series.
|
ListTimeSeriesRequest.Builder |
assetId(String assetId)
The ID of the asset in which the asset property was created.
|
ListTimeSeriesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
|
ListTimeSeriesRequest.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListTimeSeriesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTimeSeriesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTimeSeriesRequest.Builder |
timeSeriesType(ListTimeSeriesType timeSeriesType)
The type of the time series.
|
ListTimeSeriesRequest.Builder |
timeSeriesType(String timeSeriesType)
The type of the time series.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTimeSeriesRequest.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.ListTimeSeriesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
maxResults - The maximum number of results to return for each paginated request.ListTimeSeriesRequest.Builder assetId(String assetId)
The ID of the asset in which the asset property was created.
assetId - The ID of the asset in which the asset property was created.ListTimeSeriesRequest.Builder aliasPrefix(String aliasPrefix)
The alias prefix of the time series.
aliasPrefix - The alias prefix of the time series.ListTimeSeriesRequest.Builder timeSeriesType(String timeSeriesType)
The type of the time series. The time series type can be one of the following values:
ASSOCIATED – The time series is associated with an asset property.
DISASSOCIATED – The time series isn't associated with any asset property.
timeSeriesType - The type of the time series. The time series type can be one of the following values:
ASSOCIATED – The time series is associated with an asset property.
DISASSOCIATED – The time series isn't associated with any asset property.
ListTimeSeriesType,
ListTimeSeriesTypeListTimeSeriesRequest.Builder timeSeriesType(ListTimeSeriesType timeSeriesType)
The type of the time series. The time series type can be one of the following values:
ASSOCIATED – The time series is associated with an asset property.
DISASSOCIATED – The time series isn't associated with any asset property.
timeSeriesType - The type of the time series. The time series type can be one of the following values:
ASSOCIATED – The time series is associated with an asset property.
DISASSOCIATED – The time series isn't associated with any asset property.
ListTimeSeriesType,
ListTimeSeriesTypeListTimeSeriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTimeSeriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.