Interface GetTimeSeriesDataPointRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<GetTimeSeriesDataPointRequest.Builder,,- GetTimeSeriesDataPointRequest> - DataZoneRequest.Builder,- SdkBuilder<GetTimeSeriesDataPointRequest.Builder,,- GetTimeSeriesDataPointRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- GetTimeSeriesDataPointRequest
@Mutable
@NotThreadSafe
public static interface GetTimeSeriesDataPointRequest.Builder
extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<GetTimeSeriesDataPointRequest.Builder,GetTimeSeriesDataPointRequest> 
- 
Method SummaryModifier and TypeMethodDescriptiondomainIdentifier(String domainIdentifier) The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.entityIdentifier(String entityIdentifier) 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 name of the time series form that houses the data point that you want to get.identifier(String identifier) The ID of the data point that you want to get.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
domainIdentifierThe 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.
 
- 
entityIdentifierThe 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.
 
- 
entityTypeThe 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:
 
- 
entityTypeThe 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:
 
- 
formNameThe 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.
 
- 
identifierThe 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.
 
- 
overrideConfigurationGetTimeSeriesDataPointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationGetTimeSeriesDataPointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-