@Generated(value="software.amazon.awssdk:codegen") public final class IngestionDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IngestionDestination.Builder,IngestionDestination>
Contains information about an ingestion destination.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IngestionDestination.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the ingestion destination.
|
static IngestionDestination.Builder |
builder() |
Instant |
createdAt()
The timestamp of when the ingestion destination was created.
|
DestinationConfiguration |
destinationConfiguration()
Contains information about the destination of ingested data.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ingestionArn()
The Amazon Resource Name (ARN) of the ingestion.
|
ProcessingConfiguration |
processingConfiguration()
Contains information about how ingested data is processed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IngestionDestination.Builder> |
serializableBuilderClass() |
IngestionDestinationStatus |
status()
The state of the ingestion destination.
|
String |
statusAsString()
The state of the ingestion destination.
|
String |
statusReason()
The reason for the current status of the ingestion destination.
|
IngestionDestination.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The timestamp of when the ingestion destination was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the ingestion destination.
public final String ingestionArn()
The Amazon Resource Name (ARN) of the ingestion.
public final ProcessingConfiguration processingConfiguration()
Contains information about how ingested data is processed.
public final DestinationConfiguration destinationConfiguration()
Contains information about the destination of ingested data.
public final IngestionDestinationStatus status()
The state of the ingestion destination.
The following states are possible:
Active: The ingestion destination is active and is ready to be used.
Failed: The ingestion destination has failed. If the ingestion destination is in this state, you
should verify the ingestion destination configuration and try again.
If the service returns an enum value that is not available in the current SDK version, status will
return IngestionDestinationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
The following states are possible:
Active: The ingestion destination is active and is ready to be used.
Failed: The ingestion destination has failed. If the ingestion destination is in this state,
you should verify the ingestion destination configuration and try again.
IngestionDestinationStatuspublic final String statusAsString()
The state of the ingestion destination.
The following states are possible:
Active: The ingestion destination is active and is ready to be used.
Failed: The ingestion destination has failed. If the ingestion destination is in this state, you
should verify the ingestion destination configuration and try again.
If the service returns an enum value that is not available in the current SDK version, status will
return IngestionDestinationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
The following states are possible:
Active: The ingestion destination is active and is ready to be used.
Failed: The ingestion destination has failed. If the ingestion destination is in this state,
you should verify the ingestion destination configuration and try again.
IngestionDestinationStatuspublic final String statusReason()
The reason for the current status of the ingestion destination.
Only present when the status of ingestion destination is Failed.
Only present when the status of ingestion destination is Failed.
public final Instant createdAt()
The timestamp of when the ingestion destination was created.
public final Instant updatedAt()
The timestamp of when the ingestion destination was last updated.
public IngestionDestination.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IngestionDestination.Builder,IngestionDestination>public static IngestionDestination.Builder builder()
public static Class<? extends IngestionDestination.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.