Class ApplicationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.ApplicationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
@Generated("software.amazon.awssdk:codegen") public final class ApplicationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
Provides application summary information, including the application Amazon Resource Name (ARN), name, and status.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApplicationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationARN()The ARN of the application.ApplicationModeapplicationMode()For a Managed Service for Apache Flink application, the mode isSTREAMING.StringapplicationModeAsString()For a Managed Service for Apache Flink application, the mode isSTREAMING.StringapplicationName()The name of the application.ApplicationStatusapplicationStatus()The status of the application.StringapplicationStatusAsString()The status of the application.LongapplicationVersionId()Provides the current application version.static ApplicationSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()RuntimeEnvironmentruntimeEnvironment()The runtime environment for the application.StringruntimeEnvironmentAsString()The runtime environment for the application.List<SdkField<?>>sdkFields()static Class<? extends ApplicationSummary.Builder>serializableBuilderClass()ApplicationSummary.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
-
applicationName
public final String applicationName()
The name of the application.
- Returns:
- The name of the application.
-
applicationARN
public final String applicationARN()
The ARN of the application.
- Returns:
- The ARN of the application.
-
applicationStatus
public final ApplicationStatus applicationStatus()
The status of the application.
If the service returns an enum value that is not available in the current SDK version,
applicationStatuswill returnApplicationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromapplicationStatusAsString().- Returns:
- The status of the application.
- See Also:
ApplicationStatus
-
applicationStatusAsString
public final String applicationStatusAsString()
The status of the application.
If the service returns an enum value that is not available in the current SDK version,
applicationStatuswill returnApplicationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromapplicationStatusAsString().- Returns:
- The status of the application.
- See Also:
ApplicationStatus
-
applicationVersionId
public final Long applicationVersionId()
Provides the current application version.
- Returns:
- Provides the current application version.
-
runtimeEnvironment
public final RuntimeEnvironment runtimeEnvironment()
The runtime environment for the application.
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 runtime environment for the application.
- See Also:
RuntimeEnvironment
-
runtimeEnvironmentAsString
public final String runtimeEnvironmentAsString()
The runtime environment for the application.
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 runtime environment for the application.
- See Also:
RuntimeEnvironment
-
applicationMode
public final ApplicationMode applicationMode()
For a Managed Service for Apache Flink application, the mode is
STREAMING. For a Managed Service for Apache Flink Studio notebook, it isINTERACTIVE.If the service returns an enum value that is not available in the current SDK version,
applicationModewill returnApplicationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromapplicationModeAsString().- Returns:
- For a Managed Service for Apache Flink application, the mode is
STREAMING. For a Managed Service for Apache Flink Studio notebook, it isINTERACTIVE. - See Also:
ApplicationMode
-
applicationModeAsString
public final String applicationModeAsString()
For a Managed Service for Apache Flink application, the mode is
STREAMING. For a Managed Service for Apache Flink Studio notebook, it isINTERACTIVE.If the service returns an enum value that is not available in the current SDK version,
applicationModewill returnApplicationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromapplicationModeAsString().- Returns:
- For a Managed Service for Apache Flink application, the mode is
STREAMING. For a Managed Service for Apache Flink Studio notebook, it isINTERACTIVE. - See Also:
ApplicationMode
-
toBuilder
public ApplicationSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
-
builder
public static ApplicationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ApplicationSummary.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.
-
-