static GetTimeSeriesDataPointResponse.Builder |
GetTimeSeriesDataPointResponse.builder() |
|
GetTimeSeriesDataPointResponse.Builder |
GetTimeSeriesDataPointResponse.Builder.domainId(String domainId) |
The ID of the Amazon DataZone domain that houses the asset data point that you want to get.
|
GetTimeSeriesDataPointResponse.Builder |
GetTimeSeriesDataPointResponse.Builder.entityId(String entityId) |
The ID of the asset for which you want to get the data point.
|
GetTimeSeriesDataPointResponse.Builder |
GetTimeSeriesDataPointResponse.Builder.entityType(String entityType) |
The type of the asset for which you want to get the data point.
|
GetTimeSeriesDataPointResponse.Builder |
GetTimeSeriesDataPointResponse.Builder.entityType(TimeSeriesEntityType entityType) |
The type of the asset for which you want to get the data point.
|
default GetTimeSeriesDataPointResponse.Builder |
GetTimeSeriesDataPointResponse.Builder.form(Consumer<TimeSeriesDataPointFormOutput.Builder> form) |
The time series form that houses the data point that you want to get.
|
GetTimeSeriesDataPointResponse.Builder |
GetTimeSeriesDataPointResponse.Builder.form(TimeSeriesDataPointFormOutput form) |
The time series form that houses the data point that you want to get.
|
GetTimeSeriesDataPointResponse.Builder |
GetTimeSeriesDataPointResponse.Builder.formName(String formName) |
The name of the time series form that houses the data point that you want to get.
|
GetTimeSeriesDataPointResponse.Builder |
GetTimeSeriesDataPointResponse.toBuilder() |
|