Class Destination
- java.lang.Object
-
- software.amazon.awssdk.services.ivsrealtime.model.Destination
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Destination.Builder,Destination>
@Generated("software.amazon.awssdk:codegen") public final class Destination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Destination.Builder,Destination>
Object specifying the status of a Destination.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDestination.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Destination.Builderbuilder()DestinationConfigurationconfiguration()Configuration used to create this destination.DestinationDetaildetail()Optional details regarding the status of the destination.InstantendTime()UTC time of the destination end.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()Unique identifier for this destination, assigned by IVS.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends Destination.Builder>serializableBuilderClass()InstantstartTime()UTC time of the destination start.DestinationStatestate()State of the Composition Destination.StringstateAsString()State of the Composition Destination.Destination.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
Unique identifier for this destination, assigned by IVS.
- Returns:
- Unique identifier for this destination, assigned by IVS.
-
state
public final DestinationState state()
State of the Composition Destination.
If the service returns an enum value that is not available in the current SDK version,
statewill returnDestinationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- State of the Composition Destination.
- See Also:
DestinationState
-
stateAsString
public final String stateAsString()
State of the Composition Destination.
If the service returns an enum value that is not available in the current SDK version,
statewill returnDestinationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- State of the Composition Destination.
- See Also:
DestinationState
-
startTime
public final Instant startTime()
UTC time of the destination start. This is an ISO 8601 timestamp; note that this is returned as a string.
- Returns:
- UTC time of the destination start. This is an ISO 8601 timestamp; note that this is returned as a string.
-
endTime
public final Instant endTime()
UTC time of the destination end. This is an ISO 8601 timestamp; note that this is returned as a string.
- Returns:
- UTC time of the destination end. This is an ISO 8601 timestamp; note that this is returned as a string.
-
configuration
public final DestinationConfiguration configuration()
Configuration used to create this destination.
- Returns:
- Configuration used to create this destination.
-
detail
public final DestinationDetail detail()
Optional details regarding the status of the destination.
- Returns:
- Optional details regarding the status of the destination.
-
toBuilder
public Destination.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Destination.Builder,Destination>
-
builder
public static Destination.Builder builder()
-
serializableBuilderClass
public static Class<? extends Destination.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-