Class IngestionDestination
- java.lang.Object
-
- software.amazon.awssdk.services.appfabric.model.IngestionDestination
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IngestionDestination.Builder,IngestionDestination>
@Generated("software.amazon.awssdk:codegen") public final class IngestionDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IngestionDestination.Builder,IngestionDestination>
Contains information about an ingestion destination.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIngestionDestination.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the ingestion destination.static IngestionDestination.Builderbuilder()InstantcreatedAt()The timestamp of when the ingestion destination was created.DestinationConfigurationdestinationConfiguration()Contains information about the destination of ingested data.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringingestionArn()The Amazon Resource Name (ARN) of the ingestion.ProcessingConfigurationprocessingConfiguration()Contains information about how ingested data is processed.List<SdkField<?>>sdkFields()static Class<? extends IngestionDestination.Builder>serializableBuilderClass()IngestionDestinationStatusstatus()The state of the ingestion destination.StringstatusAsString()The state of the ingestion destination.StringstatusReason()The reason for the current status of the ingestion destination.IngestionDestination.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The timestamp of when the ingestion destination was last updated.-
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
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the ingestion destination.
- Returns:
- The Amazon Resource Name (ARN) of the ingestion destination.
-
ingestionArn
public final String ingestionArn()
The Amazon Resource Name (ARN) of the ingestion.
- Returns:
- The Amazon Resource Name (ARN) of the ingestion.
-
processingConfiguration
public final ProcessingConfiguration processingConfiguration()
Contains information about how ingested data is processed.
- Returns:
- Contains information about how ingested data is processed.
-
destinationConfiguration
public final DestinationConfiguration destinationConfiguration()
Contains information about the destination of ingested data.
- Returns:
- Contains information about the destination of ingested data.
-
status
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,
statuswill returnIngestionDestinationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- 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.
-
- See Also:
IngestionDestinationStatus
-
-
statusAsString
public 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,
statuswill returnIngestionDestinationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- 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.
-
- See Also:
IngestionDestinationStatus
-
-
statusReason
public final String statusReason()
The reason for the current status of the ingestion destination.
Only present when the
statusof ingestion destination isFailed.- Returns:
- The reason for the current status of the ingestion destination.
Only present when the
statusof ingestion destination isFailed.
-
createdAt
public final Instant createdAt()
The timestamp of when the ingestion destination was created.
- Returns:
- The timestamp of when the ingestion destination was created.
-
updatedAt
public final Instant updatedAt()
The timestamp of when the ingestion destination was last updated.
- Returns:
- The timestamp of when the ingestion destination was last updated.
-
toBuilder
public IngestionDestination.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IngestionDestination.Builder,IngestionDestination>
-
builder
public static IngestionDestination.Builder builder()
-
serializableBuilderClass
public static Class<? extends IngestionDestination.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.
-
-