Interface GetTimeSeriesDataPointResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetTimeSeriesDataPointResponse.Builder,GetTimeSeriesDataPointResponse>,DataZoneResponse.Builder,SdkBuilder<GetTimeSeriesDataPointResponse.Builder,GetTimeSeriesDataPointResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetTimeSeriesDataPointResponse
public static interface GetTimeSeriesDataPointResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetTimeSeriesDataPointResponse.Builder,GetTimeSeriesDataPointResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetTimeSeriesDataPointResponse.BuilderdomainId(String domainId)The ID of the Amazon DataZone domain that houses the asset data point that you want to get.GetTimeSeriesDataPointResponse.BuilderentityId(String entityId)The ID of the asset for which you want to get the data point.GetTimeSeriesDataPointResponse.BuilderentityType(String entityType)The type of the asset for which you want to get the data point.GetTimeSeriesDataPointResponse.BuilderentityType(TimeSeriesEntityType entityType)The type of the asset for which you want to get the data point.default GetTimeSeriesDataPointResponse.Builderform(Consumer<TimeSeriesDataPointFormOutput.Builder> form)The time series form that houses the data point that you want to get.GetTimeSeriesDataPointResponse.Builderform(TimeSeriesDataPointFormOutput form)The time series form that houses the data point that you want to get.GetTimeSeriesDataPointResponse.BuilderformName(String formName)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
domainId
GetTimeSeriesDataPointResponse.Builder domainId(String 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
GetTimeSeriesDataPointResponse.Builder entityId(String 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
GetTimeSeriesDataPointResponse.Builder entityType(String 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:
TimeSeriesEntityType,TimeSeriesEntityType
-
entityType
GetTimeSeriesDataPointResponse.Builder entityType(TimeSeriesEntityType 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:
TimeSeriesEntityType,TimeSeriesEntityType
-
form
GetTimeSeriesDataPointResponse.Builder form(TimeSeriesDataPointFormOutput 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.Builderavoiding the need to create one manually viaTimeSeriesDataPointFormOutput.builder().When the
Consumercompletes,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:
form(TimeSeriesDataPointFormOutput)
-
formName
GetTimeSeriesDataPointResponse.Builder formName(String 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.
-
-