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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationSummary.BuilderapplicationARN(String applicationARN)The ARN of the application.ApplicationSummary.BuilderapplicationMode(String applicationMode)For a Managed Service for Apache Flink application, the mode isSTREAMING.ApplicationSummary.BuilderapplicationMode(ApplicationMode applicationMode)For a Managed Service for Apache Flink application, the mode isSTREAMING.ApplicationSummary.BuilderapplicationName(String applicationName)The name of the application.ApplicationSummary.BuilderapplicationStatus(String applicationStatus)The status of the application.ApplicationSummary.BuilderapplicationStatus(ApplicationStatus applicationStatus)The status of the application.ApplicationSummary.BuilderapplicationVersionId(Long applicationVersionId)Provides the current application version.ApplicationSummary.BuilderruntimeEnvironment(String runtimeEnvironment)The runtime environment for the application.ApplicationSummary.BuilderruntimeEnvironment(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 Detail
-
applicationName
ApplicationSummary.Builder applicationName(String 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
ApplicationSummary.Builder applicationARN(String 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
ApplicationSummary.Builder applicationStatus(String 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,ApplicationStatus
-
applicationStatus
ApplicationSummary.Builder applicationStatus(ApplicationStatus 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,ApplicationStatus
-
applicationVersionId
ApplicationSummary.Builder applicationVersionId(Long 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
ApplicationSummary.Builder runtimeEnvironment(String 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,RuntimeEnvironment
-
runtimeEnvironment
ApplicationSummary.Builder runtimeEnvironment(RuntimeEnvironment 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,RuntimeEnvironment
-
applicationMode
ApplicationSummary.Builder applicationMode(String applicationMode)
For 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 isSTREAMING. For a Managed Service for Apache Flink Studio notebook, it isINTERACTIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApplicationMode,ApplicationMode
-
applicationMode
ApplicationSummary.Builder applicationMode(ApplicationMode applicationMode)
For 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 isSTREAMING. For a Managed Service for Apache Flink Studio notebook, it isINTERACTIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApplicationMode,ApplicationMode
-
-