Interface GetTimeSeriesDataPointRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetTimeSeriesDataPointRequest.Builder,GetTimeSeriesDataPointRequest>,DataZoneRequest.Builder,SdkBuilder<GetTimeSeriesDataPointRequest.Builder,GetTimeSeriesDataPointRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetTimeSeriesDataPointRequest
public static interface GetTimeSeriesDataPointRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<GetTimeSeriesDataPointRequest.Builder,GetTimeSeriesDataPointRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTimeSeriesDataPointRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.GetTimeSeriesDataPointRequest.BuilderentityIdentifier(String entityIdentifier)The ID of the asset for which you want to get the data point.GetTimeSeriesDataPointRequest.BuilderentityType(String entityType)The type of the asset for which you want to get the data point.GetTimeSeriesDataPointRequest.BuilderentityType(TimeSeriesEntityType entityType)The type of the asset for which you want to get the data point.GetTimeSeriesDataPointRequest.BuilderformName(String formName)The name of the time series form that houses the data point that you want to get.GetTimeSeriesDataPointRequest.Builderidentifier(String identifier)The ID of the data point that you want to get.GetTimeSeriesDataPointRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTimeSeriesDataPointRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
domainIdentifier
GetTimeSeriesDataPointRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.
- Parameters:
domainIdentifier- The ID of the Amazon DataZone domain that houses 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.
-
entityIdentifier
GetTimeSeriesDataPointRequest.Builder entityIdentifier(String entityIdentifier)
The ID of the asset for which you want to get the data point.
- Parameters:
entityIdentifier- 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
GetTimeSeriesDataPointRequest.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
GetTimeSeriesDataPointRequest.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
-
formName
GetTimeSeriesDataPointRequest.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.
-
identifier
GetTimeSeriesDataPointRequest.Builder identifier(String identifier)
The ID of the data point that you want to get.
- Parameters:
identifier- The ID of the data point that you want to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetTimeSeriesDataPointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetTimeSeriesDataPointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-