@Generated(value="software.amazon.awssdk:codegen") public final class ApplicationDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationDetail.Builder,ApplicationDetail>
This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation.
Provides a description of the application, including the application Amazon Resource Name (ARN), status, latest version, and input and output configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationARN()
ARN of the application.
|
String |
applicationCode()
Returns the application code that you provided to perform data analysis on any of the in-application streams in
your application.
|
String |
applicationDescription()
Description of the application.
|
String |
applicationName()
Name of the application.
|
ApplicationStatus |
applicationStatus()
Status of the application.
|
String |
applicationStatusAsString()
Status of the application.
|
Long |
applicationVersionId()
Provides the current application version.
|
static ApplicationDetail.Builder |
builder() |
List<CloudWatchLoggingOptionDescription> |
cloudWatchLoggingOptionDescriptions()
Describes the CloudWatch log streams that are configured to receive application messages.
|
Instant |
createTimestamp()
Time stamp when the application version was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCloudWatchLoggingOptionDescriptions()
For responses, this returns true if the service returned a value for the CloudWatchLoggingOptionDescriptions
property.
|
int |
hashCode() |
boolean |
hasInputDescriptions()
For responses, this returns true if the service returned a value for the InputDescriptions property.
|
boolean |
hasOutputDescriptions()
For responses, this returns true if the service returned a value for the OutputDescriptions property.
|
boolean |
hasReferenceDataSourceDescriptions()
For responses, this returns true if the service returned a value for the ReferenceDataSourceDescriptions
property.
|
List<InputDescription> |
inputDescriptions()
Describes the application input configuration.
|
Instant |
lastUpdateTimestamp()
Time stamp when the application was last updated.
|
List<OutputDescription> |
outputDescriptions()
Describes the application output configuration.
|
List<ReferenceDataSourceDescription> |
referenceDataSourceDescriptions()
Describes reference data sources configured for the application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ApplicationDetail.Builder> |
serializableBuilderClass() |
ApplicationDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationName()
Name of the application.
public final String applicationDescription()
Description of the application.
public final String applicationARN()
ARN of the application.
public final ApplicationStatus applicationStatus()
Status of the application.
If the service returns an enum value that is not available in the current SDK version, applicationStatus
will return ApplicationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from applicationStatusAsString().
ApplicationStatuspublic final String applicationStatusAsString()
Status of the application.
If the service returns an enum value that is not available in the current SDK version, applicationStatus
will return ApplicationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from applicationStatusAsString().
ApplicationStatuspublic final Instant createTimestamp()
Time stamp when the application version was created.
public final Instant lastUpdateTimestamp()
Time stamp when the application was last updated.
public final boolean hasInputDescriptions()
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<InputDescription> inputDescriptions()
Describes the application input configuration. For more information, see Configuring Application Input.
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 hasInputDescriptions() method.
public final boolean hasOutputDescriptions()
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<OutputDescription> outputDescriptions()
Describes the application output configuration. For more information, see Configuring Application Output.
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 hasOutputDescriptions() method.
public final boolean hasReferenceDataSourceDescriptions()
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<ReferenceDataSourceDescription> referenceDataSourceDescriptions()
Describes reference data sources configured for the application. For more information, see Configuring Application Input.
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 hasReferenceDataSourceDescriptions()
method.
public final boolean hasCloudWatchLoggingOptionDescriptions()
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<CloudWatchLoggingOptionDescription> cloudWatchLoggingOptionDescriptions()
Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.
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 hasCloudWatchLoggingOptionDescriptions()
method.
public final String applicationCode()
Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.
public final Long applicationVersionId()
Provides the current application version.
public ApplicationDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ApplicationDetail.Builder,ApplicationDetail>public static ApplicationDetail.Builder builder()
public static Class<? extends ApplicationDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.