@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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCloudWatchLoggingOptionDescriptions()
Returns true if the CloudWatchLoggingOptionDescriptions property was specified by the sender (it may be empty),
or false if the sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasInputDescriptions()
Returns true if the InputDescriptions property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasOutputDescriptions()
Returns true if the OutputDescriptions property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasReferenceDataSourceDescriptions()
Returns true if the ReferenceDataSourceDescriptions property was specified by the sender (it may be empty), or
false if the sender did not specify the value (it will be empty).
|
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public 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()
.
ApplicationStatus
public 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()
.
ApplicationStatus
public 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()
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.
You can use hasInputDescriptions()
to see if a value was sent in this field.
public final boolean hasOutputDescriptions()
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.
You can use hasOutputDescriptions()
to see if a value was sent in this field.
public final boolean hasReferenceDataSourceDescriptions()
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.
You can use hasReferenceDataSourceDescriptions()
to see if a value was sent in this field.
public final boolean hasCloudWatchLoggingOptionDescriptions()
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.
You can use hasCloudWatchLoggingOptionDescriptions()
to see if a value was sent in this field.
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()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.