Interface GetTimeSeriesDataPointResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetTimeSeriesDataPointResponse.Builder,
,GetTimeSeriesDataPointResponse> DataZoneResponse.Builder
,SdkBuilder<GetTimeSeriesDataPointResponse.Builder,
,GetTimeSeriesDataPointResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetTimeSeriesDataPointResponse
@Mutable
@NotThreadSafe
public static interface GetTimeSeriesDataPointResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetTimeSeriesDataPointResponse.Builder,GetTimeSeriesDataPointResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the Amazon DataZone domain that houses the asset data point that you want to get.The ID of the asset for which you want to get the data point.entityType
(String entityType) The type of the asset for which you want to get the data point.entityType
(TimeSeriesEntityType entityType) The type of the asset for which you want to get the data point.The time series form that houses the data point that you want to get.The time series form that houses the data point that you want to get.The name of the time series form that houses the data point that you want to get.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
domainId
The ID of the Amazon DataZone domain that houses the asset data point that you want to get.
- Parameters:
domainId
- The ID of the Amazon DataZone domain that houses the asset data point that you want to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityId
The ID of the asset for which you want to get the data point.
- Parameters:
entityId
- The ID of the asset for which you want to get the data point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityType
The type of the asset for which you want to get the data point.
- Parameters:
entityType
- The type of the asset for which you want to get the data point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
entityType
The type of the asset for which you want to get the data point.
- Parameters:
entityType
- The type of the asset for which you want to get the data point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
form
The time series form that houses the data point that you want to get.
- Parameters:
form
- The time series form that houses the data point that you want to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
form
default GetTimeSeriesDataPointResponse.Builder form(Consumer<TimeSeriesDataPointFormOutput.Builder> form) The time series form that houses the data point that you want to get.
This is a convenience method that creates an instance of theTimeSeriesDataPointFormOutput.Builder
avoiding the need to create one manually viaTimeSeriesDataPointFormOutput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toform(TimeSeriesDataPointFormOutput)
.- Parameters:
form
- a consumer that will call methods onTimeSeriesDataPointFormOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
formName
The name of the time series form that houses the data point that you want to get.
- Parameters:
formName
- The name of the time series form that houses the data point that you want to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-