Class SnapshotDetails
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.SnapshotDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SnapshotDetails.Builder,SnapshotDetails>
@Generated("software.amazon.awssdk:codegen") public final class SnapshotDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SnapshotDetails.Builder,SnapshotDetails>
Provides details about a snapshot of application state.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSnapshotDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LongapplicationVersionId()The current application version ID when the snapshot was created.static SnapshotDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()RuntimeEnvironmentruntimeEnvironment()The Flink Runtime for the application snapshot.StringruntimeEnvironmentAsString()The Flink Runtime for the application snapshot.List<SdkField<?>>sdkFields()static Class<? extends SnapshotDetails.Builder>serializableBuilderClass()InstantsnapshotCreationTimestamp()The timestamp of the application snapshot.StringsnapshotName()The identifier for the application snapshot.SnapshotStatussnapshotStatus()The status of the application snapshot.StringsnapshotStatusAsString()The status of the application snapshot.SnapshotDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
snapshotName
public final String snapshotName()
The identifier for the application snapshot.
- Returns:
- The identifier for the application snapshot.
-
snapshotStatus
public final SnapshotStatus snapshotStatus()
The status of the application snapshot.
If the service returns an enum value that is not available in the current SDK version,
snapshotStatuswill returnSnapshotStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsnapshotStatusAsString().- Returns:
- The status of the application snapshot.
- See Also:
SnapshotStatus
-
snapshotStatusAsString
public final String snapshotStatusAsString()
The status of the application snapshot.
If the service returns an enum value that is not available in the current SDK version,
snapshotStatuswill returnSnapshotStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsnapshotStatusAsString().- Returns:
- The status of the application snapshot.
- See Also:
SnapshotStatus
-
applicationVersionId
public final Long applicationVersionId()
The current application version ID when the snapshot was created.
- Returns:
- The current application version ID when the snapshot was created.
-
snapshotCreationTimestamp
public final Instant snapshotCreationTimestamp()
The timestamp of the application snapshot.
- Returns:
- The timestamp of the application snapshot.
-
runtimeEnvironment
public final RuntimeEnvironment runtimeEnvironment()
The Flink Runtime for the application snapshot.
If the service returns an enum value that is not available in the current SDK version,
runtimeEnvironmentwill returnRuntimeEnvironment.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromruntimeEnvironmentAsString().- Returns:
- The Flink Runtime for the application snapshot.
- See Also:
RuntimeEnvironment
-
runtimeEnvironmentAsString
public final String runtimeEnvironmentAsString()
The Flink Runtime for the application snapshot.
If the service returns an enum value that is not available in the current SDK version,
runtimeEnvironmentwill returnRuntimeEnvironment.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromruntimeEnvironmentAsString().- Returns:
- The Flink Runtime for the application snapshot.
- See Also:
RuntimeEnvironment
-
toBuilder
public SnapshotDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SnapshotDetails.Builder,SnapshotDetails>
-
builder
public static SnapshotDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends SnapshotDetails.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.
-
-