static PostTimeSeriesDataPointsResponse.Builder |
PostTimeSeriesDataPointsResponse.builder() |
|
PostTimeSeriesDataPointsResponse.Builder |
PostTimeSeriesDataPointsResponse.Builder.domainId(String domainId) |
The ID of the Amazon DataZone domain in which you want to post time series data points.
|
PostTimeSeriesDataPointsResponse.Builder |
PostTimeSeriesDataPointsResponse.Builder.entityId(String entityId) |
The ID of the asset for which you want to post time series data points.
|
PostTimeSeriesDataPointsResponse.Builder |
PostTimeSeriesDataPointsResponse.Builder.entityType(String entityType) |
The type of the asset for which you want to post data points.
|
PostTimeSeriesDataPointsResponse.Builder |
PostTimeSeriesDataPointsResponse.Builder.entityType(TimeSeriesEntityType entityType) |
The type of the asset for which you want to post data points.
|
PostTimeSeriesDataPointsResponse.Builder |
PostTimeSeriesDataPointsResponse.Builder.forms(Collection<TimeSeriesDataPointFormOutput> forms) |
The forms that contain the data points that you have posted.
|
PostTimeSeriesDataPointsResponse.Builder |
PostTimeSeriesDataPointsResponse.Builder.forms(Consumer<TimeSeriesDataPointFormOutput.Builder>... forms) |
The forms that contain the data points that you have posted.
|
PostTimeSeriesDataPointsResponse.Builder |
PostTimeSeriesDataPointsResponse.Builder.forms(TimeSeriesDataPointFormOutput... forms) |
The forms that contain the data points that you have posted.
|
PostTimeSeriesDataPointsResponse.Builder |
PostTimeSeriesDataPointsResponse.toBuilder() |
|