static ListTimeSeriesDataPointsRequest.Builder |
ListTimeSeriesDataPointsRequest.builder() |
|
ListTimeSeriesDataPointsRequest.Builder |
ListTimeSeriesDataPointsRequest.Builder.domainIdentifier(String domainIdentifier) |
The ID of the Amazon DataZone domain that houses the assets for which you want to list time series data
points.
|
ListTimeSeriesDataPointsRequest.Builder |
ListTimeSeriesDataPointsRequest.Builder.endedAt(Instant endedAt) |
The timestamp at which the data points that you wanted to list ended.
|
ListTimeSeriesDataPointsRequest.Builder |
ListTimeSeriesDataPointsRequest.Builder.entityIdentifier(String entityIdentifier) |
The ID of the asset for which you want to list data points.
|
ListTimeSeriesDataPointsRequest.Builder |
ListTimeSeriesDataPointsRequest.Builder.entityType(String entityType) |
The type of the asset for which you want to list data points.
|
ListTimeSeriesDataPointsRequest.Builder |
ListTimeSeriesDataPointsRequest.Builder.entityType(TimeSeriesEntityType entityType) |
The type of the asset for which you want to list data points.
|
ListTimeSeriesDataPointsRequest.Builder |
ListTimeSeriesDataPointsRequest.Builder.formName(String formName) |
The name of the time series data points form.
|
ListTimeSeriesDataPointsRequest.Builder |
ListTimeSeriesDataPointsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of data points to return in a single call to ListTimeSeriesDataPoints.
|
ListTimeSeriesDataPointsRequest.Builder |
ListTimeSeriesDataPointsRequest.Builder.nextToken(String nextToken) |
When the number of data points is greater than the default value for the MaxResults parameter, or if you
explicitly specify a value for MaxResults that is less than the number of data points, the response includes
a pagination token named NextToken.
|
ListTimeSeriesDataPointsRequest.Builder |
ListTimeSeriesDataPointsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListTimeSeriesDataPointsRequest.Builder |
ListTimeSeriesDataPointsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListTimeSeriesDataPointsRequest.Builder |
ListTimeSeriesDataPointsRequest.Builder.startedAt(Instant startedAt) |
The timestamp at which the data points that you want to list started.
|
ListTimeSeriesDataPointsRequest.Builder |
ListTimeSeriesDataPointsRequest.toBuilder() |
|