CopyableBuilder<ApplicationDetail.Builder,ApplicationDetail>
, SdkBuilder<ApplicationDetail.Builder,ApplicationDetail>
public static interface ApplicationDetail.Builder extends CopyableBuilder<ApplicationDetail.Builder,ApplicationDetail>
Modifier and Type | Method | Description |
---|---|---|
ApplicationDetail.Builder |
applicationARN(String applicationARN) |
ARN of the application.
|
ApplicationDetail.Builder |
applicationCode(String applicationCode) |
Returns the application code that you provided to perform data analysis on any of the in-application streams
in your application.
|
ApplicationDetail.Builder |
applicationDescription(String applicationDescription) |
Description of the application.
|
ApplicationDetail.Builder |
applicationName(String applicationName) |
Name of the application.
|
ApplicationDetail.Builder |
applicationStatus(String applicationStatus) |
Status of the application.
|
ApplicationDetail.Builder |
applicationStatus(ApplicationStatus applicationStatus) |
Status of the application.
|
ApplicationDetail.Builder |
applicationVersionId(Long applicationVersionId) |
Provides the current application version.
|
ApplicationDetail.Builder |
cloudWatchLoggingOptionDescriptions(Collection<CloudWatchLoggingOptionDescription> cloudWatchLoggingOptionDescriptions) |
Describes the CloudWatch log streams configured to receive application messages.
|
ApplicationDetail.Builder |
cloudWatchLoggingOptionDescriptions(CloudWatchLoggingOptionDescription... cloudWatchLoggingOptionDescriptions) |
Describes the CloudWatch log streams configured to receive application messages.
|
ApplicationDetail.Builder |
createTimestamp(Date createTimestamp) |
Timestamp when the application version was created.
|
ApplicationDetail.Builder |
inputDescriptions(Collection<InputDescription> inputDescriptions) |
Describes the application input configuration.
|
ApplicationDetail.Builder |
inputDescriptions(InputDescription... inputDescriptions) |
Describes the application input configuration.
|
ApplicationDetail.Builder |
lastUpdateTimestamp(Date lastUpdateTimestamp) |
Timestamp when the application was last updated.
|
ApplicationDetail.Builder |
outputDescriptions(Collection<OutputDescription> outputDescriptions) |
Describes the application output configuration.
|
ApplicationDetail.Builder |
outputDescriptions(OutputDescription... outputDescriptions) |
Describes the application output configuration.
|
ApplicationDetail.Builder |
referenceDataSourceDescriptions(Collection<ReferenceDataSourceDescription> referenceDataSourceDescriptions) |
Describes reference data sources configured for the application.
|
ApplicationDetail.Builder |
referenceDataSourceDescriptions(ReferenceDataSourceDescription... referenceDataSourceDescriptions) |
Describes reference data sources configured for the application.
|
copy
apply, build
ApplicationDetail.Builder applicationName(String applicationName)
Name of the application.
applicationName
- Name of the application.ApplicationDetail.Builder applicationDescription(String applicationDescription)
Description of the application.
applicationDescription
- Description of the application.ApplicationDetail.Builder applicationARN(String applicationARN)
ARN of the application.
applicationARN
- ARN of the application.ApplicationDetail.Builder applicationStatus(String applicationStatus)
Status of the application.
applicationStatus
- Status of the application.ApplicationStatus
ApplicationDetail.Builder applicationStatus(ApplicationStatus applicationStatus)
Status of the application.
applicationStatus
- Status of the application.ApplicationStatus
ApplicationDetail.Builder createTimestamp(Date createTimestamp)
Timestamp when the application version was created.
createTimestamp
- Timestamp when the application version was created.ApplicationDetail.Builder lastUpdateTimestamp(Date lastUpdateTimestamp)
Timestamp when the application was last updated.
lastUpdateTimestamp
- Timestamp when the application was last updated.ApplicationDetail.Builder inputDescriptions(Collection<InputDescription> inputDescriptions)
Describes the application input configuration. For more information, see Configuring Application Input.
inputDescriptions
- Describes the application input configuration. For more information, see Configuring
Application Input.ApplicationDetail.Builder inputDescriptions(InputDescription... inputDescriptions)
Describes the application input configuration. For more information, see Configuring Application Input.
NOTE: This method appends the values to the existing list (if any). Use
#setInputDescriptions(java.util.Collection)
or #withInputDescriptions(java.util.Collection)
if you want to override the existing values.
inputDescriptions
- Describes the application input configuration. For more information, see Configuring
Application Input.ApplicationDetail.Builder outputDescriptions(Collection<OutputDescription> outputDescriptions)
Describes the application output configuration. For more information, see Configuring Application Output.
outputDescriptions
- Describes the application output configuration. For more information, see Configuring
Application Output.ApplicationDetail.Builder outputDescriptions(OutputDescription... outputDescriptions)
Describes the application output configuration. For more information, see Configuring Application Output.
NOTE: This method appends the values to the existing list (if any). Use
#setOutputDescriptions(java.util.Collection)
or #withOutputDescriptions(java.util.Collection)
if you want to override the existing values.
outputDescriptions
- Describes the application output configuration. For more information, see Configuring
Application Output.ApplicationDetail.Builder referenceDataSourceDescriptions(Collection<ReferenceDataSourceDescription> referenceDataSourceDescriptions)
Describes reference data sources configured for the application. For more information, see Configuring Application Input.
referenceDataSourceDescriptions
- Describes reference data sources configured for the application. For more information, see Configuring
Application Input.ApplicationDetail.Builder referenceDataSourceDescriptions(ReferenceDataSourceDescription... referenceDataSourceDescriptions)
Describes reference data sources configured for the application. For more information, see Configuring Application Input.
NOTE: This method appends the values to the existing list (if any). Use
#setReferenceDataSourceDescriptions(java.util.Collection)
or
#withReferenceDataSourceDescriptions(java.util.Collection)
if you want to override the existing
values.
referenceDataSourceDescriptions
- Describes reference data sources configured for the application. For more information, see Configuring
Application Input.ApplicationDetail.Builder cloudWatchLoggingOptionDescriptions(Collection<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.
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.ApplicationDetail.Builder cloudWatchLoggingOptionDescriptions(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.
NOTE: This method appends the values to the existing list (if any). Use
#setCloudWatchLoggingOptionDescriptions(java.util.Collection)
or
#withCloudWatchLoggingOptionDescriptions(java.util.Collection)
if you want to override the existing
values.
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.ApplicationDetail.Builder applicationCode(String applicationCode)
Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.
applicationCode
- Returns the application code that you provided to perform data analysis on any of the in-application
streams in your application.ApplicationDetail.Builder applicationVersionId(Long applicationVersionId)
Provides the current application version.
applicationVersionId
- Provides the current application version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.