@Generated(value="software.amazon.awssdk:codegen") public final class EventStreamDestinationDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventStreamDestinationDetails.Builder,EventStreamDestinationDetails>
Details of the destination being used for the EventStream.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EventStreamDestinationDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EventStreamDestinationDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
The human-readable string that corresponds to the error or success while enabling the streaming destination.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventStreamDestinationDetails.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.
|
EventStreamDestinationDetails.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 final String message()
The human-readable string that corresponds to the error or success while enabling the streaming destination.
public EventStreamDestinationDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EventStreamDestinationDetails.Builder,EventStreamDestinationDetails>public static EventStreamDestinationDetails.Builder builder()
public static Class<? extends EventStreamDestinationDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.