@Generated(value="software.amazon.awssdk:codegen") public final class DeliveryStreamDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeliveryStreamDescription.Builder,DeliveryStreamDescription>
Contains information about a delivery stream.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeliveryStreamDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeliveryStreamDescription.Builder |
builder() |
Instant |
createTimestamp()
The date and time that the delivery stream was created.
|
String |
deliveryStreamARN()
The Amazon Resource Name (ARN) of the delivery stream.
|
DeliveryStreamEncryptionConfiguration |
deliveryStreamEncryptionConfiguration()
Indicates the server-side encryption (SSE) status for the delivery stream.
|
String |
deliveryStreamName()
The name of the delivery stream.
|
DeliveryStreamStatus |
deliveryStreamStatus()
The status of the delivery stream.
|
String |
deliveryStreamStatusAsString()
The status of the delivery stream.
|
DeliveryStreamType |
deliveryStreamType()
The delivery stream type.
|
String |
deliveryStreamTypeAsString()
The delivery stream type.
|
List<DestinationDescription> |
destinations()
The destinations.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FailureDescription |
failureDescription()
Provides details in case one of the following operations fails due to an error related to KMS:
CreateDeliveryStream, DeleteDeliveryStream, StartDeliveryStreamEncryption,
StopDeliveryStreamEncryption.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasDestinations()
For responses, this returns true if the service returned a value for the Destinations property.
|
int |
hashCode() |
Boolean |
hasMoreDestinations()
Indicates whether there are more destinations available to list.
|
Instant |
lastUpdateTimestamp()
The date and time that the delivery stream was last updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeliveryStreamDescription.Builder> |
serializableBuilderClass() |
SourceDescription |
source()
If the
DeliveryStreamType parameter is KinesisStreamAsSource, a
SourceDescription object describing the source Kinesis data stream. |
DeliveryStreamDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionId()
Each time the destination is updated for a delivery stream, the version ID is changed, and the current version ID
is required when updating the destination.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String deliveryStreamName()
The name of the delivery stream.
public final String deliveryStreamARN()
The Amazon Resource Name (ARN) of the delivery stream. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
public final DeliveryStreamStatus deliveryStreamStatus()
The status of the delivery stream. If the status of a delivery stream is CREATING_FAILED, this
status doesn't change, and you can't invoke CreateDeliveryStream again on it. However, you can
invoke the DeleteDeliveryStream operation to delete it.
If the service returns an enum value that is not available in the current SDK version,
deliveryStreamStatus will return DeliveryStreamStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from deliveryStreamStatusAsString().
CREATING_FAILED,
this status doesn't change, and you can't invoke CreateDeliveryStream again on it. However,
you can invoke the DeleteDeliveryStream operation to delete it.DeliveryStreamStatuspublic final String deliveryStreamStatusAsString()
The status of the delivery stream. If the status of a delivery stream is CREATING_FAILED, this
status doesn't change, and you can't invoke CreateDeliveryStream again on it. However, you can
invoke the DeleteDeliveryStream operation to delete it.
If the service returns an enum value that is not available in the current SDK version,
deliveryStreamStatus will return DeliveryStreamStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from deliveryStreamStatusAsString().
CREATING_FAILED,
this status doesn't change, and you can't invoke CreateDeliveryStream again on it. However,
you can invoke the DeleteDeliveryStream operation to delete it.DeliveryStreamStatuspublic final FailureDescription failureDescription()
Provides details in case one of the following operations fails due to an error related to KMS: CreateDeliveryStream, DeleteDeliveryStream, StartDeliveryStreamEncryption, StopDeliveryStreamEncryption.
public final DeliveryStreamEncryptionConfiguration deliveryStreamEncryptionConfiguration()
Indicates the server-side encryption (SSE) status for the delivery stream.
public final DeliveryStreamType deliveryStreamType()
The delivery stream type. This can be one of the following values:
DirectPut: Provider applications access the delivery stream directly.
KinesisStreamAsSource: The delivery stream uses a Kinesis data stream as a source.
If the service returns an enum value that is not available in the current SDK version,
deliveryStreamType will return DeliveryStreamType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from deliveryStreamTypeAsString().
DirectPut: Provider applications access the delivery stream directly.
KinesisStreamAsSource: The delivery stream uses a Kinesis data stream as a source.
DeliveryStreamTypepublic final String deliveryStreamTypeAsString()
The delivery stream type. This can be one of the following values:
DirectPut: Provider applications access the delivery stream directly.
KinesisStreamAsSource: The delivery stream uses a Kinesis data stream as a source.
If the service returns an enum value that is not available in the current SDK version,
deliveryStreamType will return DeliveryStreamType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from deliveryStreamTypeAsString().
DirectPut: Provider applications access the delivery stream directly.
KinesisStreamAsSource: The delivery stream uses a Kinesis data stream as a source.
DeliveryStreamTypepublic final String versionId()
Each time the destination is updated for a delivery stream, the version ID is changed, and the current version ID is required when updating the destination. This is so that the service knows it is applying the changes to the correct version of the delivery stream.
public final Instant createTimestamp()
The date and time that the delivery stream was created.
public final Instant lastUpdateTimestamp()
The date and time that the delivery stream was last updated.
public final SourceDescription source()
If the DeliveryStreamType parameter is KinesisStreamAsSource, a
SourceDescription object describing the source Kinesis data stream.
DeliveryStreamType parameter is KinesisStreamAsSource, a
SourceDescription object describing the source Kinesis data stream.public final boolean hasDestinations()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<DestinationDescription> destinations()
The destinations.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasDestinations() method.
public final Boolean hasMoreDestinations()
Indicates whether there are more destinations available to list.
public DeliveryStreamDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeliveryStreamDescription.Builder,DeliveryStreamDescription>public static DeliveryStreamDescription.Builder builder()
public static Class<? extends DeliveryStreamDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.