StructuredPojo
, ToCopyableBuilder<ApplicationDetail.Builder,ApplicationDetail>
@Generated("software.amazon.awssdk:codegen") public class ApplicationDetail extends Object implements StructuredPojo, ToCopyableBuilder<ApplicationDetail.Builder,ApplicationDetail>
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 | Description |
---|---|---|
static interface |
ApplicationDetail.Builder |
Modifier and Type | Method | 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.
|
String |
applicationStatus() |
Status of the application.
|
Long |
applicationVersionId() |
Provides the current application version.
|
static ApplicationDetail.Builder |
builder() |
|
List<CloudWatchLoggingOptionDescription> |
cloudWatchLoggingOptionDescriptions() |
Describes the CloudWatch log streams configured to receive application messages.
|
Date |
createTimestamp() |
Timestamp when the application version was created.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<InputDescription> |
inputDescriptions() |
Describes the application input configuration.
|
Date |
lastUpdateTimestamp() |
Timestamp when the application was last updated.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
List<OutputDescription> |
outputDescriptions() |
Describes the application output configuration.
|
List<ReferenceDataSourceDescription> |
referenceDataSourceDescriptions() |
Describes reference data sources configured for the application.
|
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() |
public String applicationName()
Name of the application.
public String applicationDescription()
Description of the application.
public String applicationARN()
ARN of the application.
public String applicationStatus()
Status of the application.
ApplicationStatus
public Date createTimestamp()
Timestamp when the application version was created.
public Date lastUpdateTimestamp()
Timestamp when the application was last updated.
public List<InputDescription> inputDescriptions()
Describes the application input configuration. For more information, see Configuring Application Input.
public List<OutputDescription> outputDescriptions()
Describes the application output configuration. For more information, see Configuring Application Output.
public List<ReferenceDataSourceDescription> referenceDataSourceDescriptions()
Describes reference data sources configured for the application. For more information, see Configuring Application Input.
public List<CloudWatchLoggingOptionDescription> cloudWatchLoggingOptionDescriptions()
Describes the CloudWatch log streams configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Monitoring Configuration Errors.
public String applicationCode()
Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.
public 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 void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.