Interface DestinationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DestinationSummary.Builder,DestinationSummary>,SdkBuilder<DestinationSummary.Builder,DestinationSummary>,SdkPojo
- Enclosing class:
- DestinationSummary
public static interface DestinationSummary.Builder extends SdkPojo, CopyableBuilder<DestinationSummary.Builder,DestinationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DestinationSummary.BuilderendTime(Instant endTime)UTC time of the destination end.DestinationSummary.Builderid(String id)Unique identifier for this destination, assigned by IVS.DestinationSummary.BuilderstartTime(Instant startTime)UTC time of the destination start.DestinationSummary.Builderstate(String state)State of the Composition Destination.DestinationSummary.Builderstate(DestinationState state)State of the Composition Destination.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
DestinationSummary.Builder id(String id)
Unique 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.
-
state
DestinationSummary.Builder state(String state)
State 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:
DestinationState,DestinationState
-
state
DestinationSummary.Builder state(DestinationState state)
State 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:
DestinationState,DestinationState
-
startTime
DestinationSummary.Builder startTime(Instant startTime)
UTC 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.
-
endTime
DestinationSummary.Builder endTime(Instant endTime)
UTC 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.
-
-