Interface ApplicationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ApplicationSummary.Builder,
,ApplicationSummary> SdkBuilder<ApplicationSummary.Builder,
,ApplicationSummary> SdkPojo
- Enclosing class:
ApplicationSummary
public static interface ApplicationSummary.Builder
extends SdkPojo, CopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationARN
(String applicationARN) The ARN of the application.applicationMode
(String applicationMode) For a Kinesis Data Analytics for Apache Flink application, the mode isSTREAMING
.applicationMode
(ApplicationMode applicationMode) For a Kinesis Data Analytics for Apache Flink application, the mode isSTREAMING
.applicationName
(String applicationName) The name of the application.applicationStatus
(String applicationStatus) The status of the application.applicationStatus
(ApplicationStatus applicationStatus) The status of the application.applicationVersionId
(Long applicationVersionId) Provides the current application version.runtimeEnvironment
(String runtimeEnvironment) The runtime environment for the application.runtimeEnvironment
(RuntimeEnvironment runtimeEnvironment) The runtime environment for the application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
applicationName
The name of the application.
- Parameters:
applicationName
- The name of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationARN
The ARN of the application.
- Parameters:
applicationARN
- The ARN of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationStatus
The status of the application.
- Parameters:
applicationStatus
- The status of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
applicationStatus
The status of the application.
- Parameters:
applicationStatus
- The status of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
applicationVersionId
Provides the current application version.
- Parameters:
applicationVersionId
- Provides the current application version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runtimeEnvironment
The runtime environment for the application.
- Parameters:
runtimeEnvironment
- The runtime environment for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
runtimeEnvironment
The runtime environment for the application.
- Parameters:
runtimeEnvironment
- The runtime environment for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
applicationMode
For a Kinesis Data Analytics for Apache Flink application, the mode is
STREAMING
. For a Kinesis Data Analytics Studio notebook, it isINTERACTIVE
.- Parameters:
applicationMode
- For a Kinesis Data Analytics for Apache Flink application, the mode isSTREAMING
. For a Kinesis Data Analytics Studio notebook, it isINTERACTIVE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
applicationMode
For a Kinesis Data Analytics for Apache Flink application, the mode is
STREAMING
. For a Kinesis Data Analytics Studio notebook, it isINTERACTIVE
.- Parameters:
applicationMode
- For a Kinesis Data Analytics for Apache Flink application, the mode isSTREAMING
. For a Kinesis Data Analytics Studio notebook, it isINTERACTIVE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-