public static interface ApplicationDetail.Builder extends SdkPojo, CopyableBuilder<ApplicationDetail.Builder,ApplicationDetail>
| Modifier and Type | Method and 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(ApplicationStatus applicationStatus)
Status of the application.
|
ApplicationDetail.Builder |
applicationStatus(String applicationStatus)
Status of the application.
|
ApplicationDetail.Builder |
applicationVersionId(Long applicationVersionId)
Provides the current application version.
|
ApplicationDetail.Builder |
cloudWatchLoggingOptionDescriptions(CloudWatchLoggingOptionDescription... cloudWatchLoggingOptionDescriptions)
Describes the CloudWatch log streams that are configured to receive application messages.
|
ApplicationDetail.Builder |
cloudWatchLoggingOptionDescriptions(Collection<CloudWatchLoggingOptionDescription> cloudWatchLoggingOptionDescriptions)
Describes the CloudWatch log streams that are configured to receive application messages.
|
ApplicationDetail.Builder |
cloudWatchLoggingOptionDescriptions(Consumer<CloudWatchLoggingOptionDescription.Builder>... cloudWatchLoggingOptionDescriptions)
Describes the CloudWatch log streams that are configured to receive application messages.
|
ApplicationDetail.Builder |
createTimestamp(Instant createTimestamp)
Time stamp when the application version was created.
|
ApplicationDetail.Builder |
inputDescriptions(Collection<InputDescription> inputDescriptions)
Describes the application input configuration.
|
ApplicationDetail.Builder |
inputDescriptions(Consumer<InputDescription.Builder>... inputDescriptions)
Describes the application input configuration.
|
ApplicationDetail.Builder |
inputDescriptions(InputDescription... inputDescriptions)
Describes the application input configuration.
|
ApplicationDetail.Builder |
lastUpdateTimestamp(Instant lastUpdateTimestamp)
Time stamp when the application was last updated.
|
ApplicationDetail.Builder |
outputDescriptions(Collection<OutputDescription> outputDescriptions)
Describes the application output configuration.
|
ApplicationDetail.Builder |
outputDescriptions(Consumer<OutputDescription.Builder>... 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(Consumer<ReferenceDataSourceDescription.Builder>... referenceDataSourceDescriptions)
Describes reference data sources configured for the application.
|
ApplicationDetail.Builder |
referenceDataSourceDescriptions(ReferenceDataSourceDescription... referenceDataSourceDescriptions)
Describes reference data sources configured for the application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplicationDetail.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,
ApplicationStatusApplicationDetail.Builder applicationStatus(ApplicationStatus applicationStatus)
Status of the application.
applicationStatus - Status of the application.ApplicationStatus,
ApplicationStatusApplicationDetail.Builder createTimestamp(Instant createTimestamp)
Time stamp when the application version was created.
createTimestamp - Time stamp when the application version was created.ApplicationDetail.Builder lastUpdateTimestamp(Instant lastUpdateTimestamp)
Time stamp when the application was last updated.
lastUpdateTimestamp - Time stamp 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.
inputDescriptions - Describes the application input configuration. For more information, see Configuring
Application Input.ApplicationDetail.Builder inputDescriptions(Consumer<InputDescription.Builder>... inputDescriptions)
Describes the application input configuration. For more information, see Configuring Application Input.
This is a convenience method that creates an instance of theInputDescription.Builder avoiding the need to
create one manually via
InputDescription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #inputDescriptions(List.
inputDescriptions - a consumer that will call methods on
InputDescription.Builder#inputDescriptions(java.util.Collection) 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.
outputDescriptions - Describes the application output configuration. For more information, see Configuring
Application Output.ApplicationDetail.Builder outputDescriptions(Consumer<OutputDescription.Builder>... outputDescriptions)
Describes the application output configuration. For more information, see Configuring Application Output.
This is a convenience method that creates an instance of theOutputDescription.Builder avoiding the need to
create one manually via
OutputDescription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #outputDescriptions(List.
outputDescriptions - a consumer that will call methods on
OutputDescription.Builder#outputDescriptions(java.util.Collection) 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.
referenceDataSourceDescriptions - Describes reference data sources configured for the application. For more information, see Configuring
Application Input.ApplicationDetail.Builder referenceDataSourceDescriptions(Consumer<ReferenceDataSourceDescription.Builder>... referenceDataSourceDescriptions)
Describes reference data sources configured for the application. For more information, see Configuring Application Input.
This is a convenience method that creates an instance of theReferenceDataSourceDescription.Builder
avoiding the need to create one manually via
ReferenceDataSourceDescription.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #referenceDataSourceDescriptions(List.
referenceDataSourceDescriptions - a consumer that will call methods on
ReferenceDataSourceDescription.Builder#referenceDataSourceDescriptions(java.util.Collection) ApplicationDetail.Builder cloudWatchLoggingOptionDescriptions(Collection<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.
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.ApplicationDetail.Builder cloudWatchLoggingOptionDescriptions(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.
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.ApplicationDetail.Builder cloudWatchLoggingOptionDescriptions(Consumer<CloudWatchLoggingOptionDescription.Builder>... 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.
This is a convenience method that creates an instance of theCloudWatchLoggingOptionDescription.Builder
avoiding the need to create one manually via
CloudWatchLoggingOptionDescription.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #cloudWatchLoggingOptionDescriptions(List.
cloudWatchLoggingOptionDescriptions - a consumer that will call methods on
CloudWatchLoggingOptionDescription.Builder#cloudWatchLoggingOptionDescriptions(java.util.Collection) 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 © 2023. All rights reserved.