@Generated(value="software.amazon.awssdk:codegen") public final class DestinationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DestinationSummary.Builder,DestinationSummary>
Summary information about the Kinesis data stream
| Modifier and Type | Class and Description |
|---|---|
static interface |
DestinationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DestinationSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DestinationSummary.Builder> |
serializableBuilderClass() |
EventStreamDestinationStatus |
status()
The status of enabling the Kinesis stream as a destination for export.
|
String |
statusAsString()
The status of enabling the Kinesis stream as a destination for export.
|
DestinationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
unhealthySince()
The timestamp when the status last changed to
UNHEALHY. |
String |
uri()
The StreamARN of the destination to deliver profile events to.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String uri()
The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name.
public final EventStreamDestinationStatus status()
The status of enabling the Kinesis stream as a destination for export.
If the service returns an enum value that is not available in the current SDK version, status will
return EventStreamDestinationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
EventStreamDestinationStatuspublic final String statusAsString()
The status of enabling the Kinesis stream as a destination for export.
If the service returns an enum value that is not available in the current SDK version, status will
return EventStreamDestinationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
EventStreamDestinationStatuspublic final Instant unhealthySince()
The timestamp when the status last changed to UNHEALHY.
UNHEALHY.public DestinationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DestinationSummary.Builder,DestinationSummary>public static DestinationSummary.Builder builder()
public static Class<? extends DestinationSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.