Interface ApplicationSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ApplicationSummary.Builder,,- ApplicationSummary> - SdkBuilder<ApplicationSummary.Builder,,- ApplicationSummary> - SdkPojo
- Enclosing class:
- ApplicationSummary
@Mutable
@NotThreadSafe
public static interface ApplicationSummary.Builder
extends SdkPojo, CopyableBuilder<ApplicationSummary.Builder,ApplicationSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionapplicationARN(String applicationARN) The ARN of the application.applicationMode(String applicationMode) For a Managed Service for Apache Flink application, the mode isSTREAMING.applicationMode(ApplicationMode applicationMode) For a Managed Service 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
applicationNameThe 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.
 
- 
applicationARNThe 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.
 
- 
applicationStatusThe 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:
 
- 
applicationStatusThe 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:
 
- 
applicationVersionIdProvides 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.
 
- 
runtimeEnvironmentThe 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:
 
- 
runtimeEnvironmentThe 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:
 
- 
applicationModeFor a Managed Service for Apache Flink application, the mode is STREAMING. For a Managed Service for Apache Flink Studio notebook, it isINTERACTIVE.- Parameters:
- applicationMode- For a Managed Service for Apache Flink application, the mode is- STREAMING. For a Managed Service for Apache Flink Studio notebook, it is- INTERACTIVE.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
applicationModeFor a Managed Service for Apache Flink application, the mode is STREAMING. For a Managed Service for Apache Flink Studio notebook, it isINTERACTIVE.- Parameters:
- applicationMode- For a Managed Service for Apache Flink application, the mode is- STREAMING. For a Managed Service for Apache Flink Studio notebook, it is- INTERACTIVE.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-