Interface ApplicationVersionSummary.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ApplicationVersionSummary.Builder,,ApplicationVersionSummary> SdkBuilder<ApplicationVersionSummary.Builder,,ApplicationVersionSummary> SdkPojo
- Enclosing class:
 ApplicationVersionSummary
public static interface ApplicationVersionSummary.Builder
extends SdkPojo, CopyableBuilder<ApplicationVersionSummary.Builder,ApplicationVersionSummary> 
- 
Method Summary
Modifier and TypeMethodDescriptionapplicationStatus(String applicationStatus) The status of the application.applicationStatus(ApplicationStatus applicationStatus) The status of the application.applicationVersionId(Long applicationVersionId) The ID of the application version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
applicationVersionId
The ID of the application version. Kinesis Data Analytics updates the
ApplicationVersionIdeach time you update the application.- Parameters:
 applicationVersionId- The ID of the application version. Kinesis Data Analytics updates theApplicationVersionIdeach time you update 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:
 
 
 -