Interface DataSegmentRelationshipSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataSegmentRelationshipSummary.Builder,,DataSegmentRelationshipSummary> SdkBuilder<DataSegmentRelationshipSummary.Builder,,DataSegmentRelationshipSummary> SdkPojo
- Enclosing class:
DataSegmentRelationshipSummary
@Mutable
@NotThreadSafe
public static interface DataSegmentRelationshipSummary.Builder
extends SdkPojo, CopyableBuilder<DataSegmentRelationshipSummary.Builder,DataSegmentRelationshipSummary>
-
Method Summary
Modifier and TypeMethodDescriptionendTimestamp(Consumer<TimeInNanos.Builder> endTimestamp) The nanosecond-precision end time of the data segment.endTimestamp(TimeInNanos endTimestamp) The nanosecond-precision end time of the data segment.sourceDatasetId(String sourceDatasetId) The ID of the source session dataset that contains the data segment.startTimestamp(Consumer<TimeInNanos.Builder> startTimestamp) The nanosecond-precision start time of the data segment.startTimestamp(TimeInNanos startTimestamp) The nanosecond-precision start time of the data segment.targetDatasetId(String targetDatasetId) The ID of the curated dataset that references the data segment.timeSeriesId(String timeSeriesId) The ID of the time series.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
targetDatasetId
The ID of the curated dataset that references the data segment.
- Parameters:
targetDatasetId- The ID of the curated dataset that references the data segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceDatasetId
The ID of the source session dataset that contains the data segment.
- Parameters:
sourceDatasetId- The ID of the source session dataset that contains the data segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeSeriesId
The ID of the time series.
- Parameters:
timeSeriesId- The ID of the time series.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTimestamp
The nanosecond-precision start time of the data segment.
- Parameters:
startTimestamp- The nanosecond-precision start time of the data segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTimestamp
default DataSegmentRelationshipSummary.Builder startTimestamp(Consumer<TimeInNanos.Builder> startTimestamp) The nanosecond-precision start time of the data segment.
This is a convenience method that creates an instance of theTimeInNanos.Builderavoiding the need to create one manually viaTimeInNanos.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostartTimestamp(TimeInNanos).- Parameters:
startTimestamp- a consumer that will call methods onTimeInNanos.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
endTimestamp
The nanosecond-precision end time of the data segment.
- Parameters:
endTimestamp- The nanosecond-precision end time of the data segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTimestamp
default DataSegmentRelationshipSummary.Builder endTimestamp(Consumer<TimeInNanos.Builder> endTimestamp) The nanosecond-precision end time of the data segment.
This is a convenience method that creates an instance of theTimeInNanos.Builderavoiding the need to create one manually viaTimeInNanos.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toendTimestamp(TimeInNanos).- Parameters:
endTimestamp- a consumer that will call methods onTimeInNanos.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-