Interface DestinationSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DestinationSummary.Builder,,- DestinationSummary> - SdkBuilder<DestinationSummary.Builder,,- DestinationSummary> - SdkPojo
- Enclosing class:
- DestinationSummary
@Mutable
@NotThreadSafe
public static interface DestinationSummary.Builder
extends SdkPojo, CopyableBuilder<DestinationSummary.Builder,DestinationSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionUTC time of the destination end.Unique identifier for this destination, assigned by IVS.UTC time of the destination start.State of the Composition Destination.state(DestinationState state) State of the Composition Destination.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
idUnique identifier for this destination, assigned by IVS. - Parameters:
- id- Unique identifier for this destination, assigned by IVS.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stateState of the Composition Destination. - Parameters:
- state- State of the Composition Destination.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateState of the Composition Destination. - Parameters:
- state- State of the Composition Destination.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
startTimeUTC time of the destination start. This is an ISO 8601 timestamp; note that this is returned as a string. - Parameters:
- startTime- UTC time of the destination start. This is an ISO 8601 timestamp; note that this is returned as a string.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endTimeUTC time of the destination end. This is an ISO 8601 timestamp; note that this is returned as a string. - Parameters:
- endTime- UTC time of the destination end. This is an ISO 8601 timestamp; note that this is returned as a string.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-