Interface ApplicationVersionChangeDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ApplicationVersionChangeDetails.Builder,,ApplicationVersionChangeDetails> SdkBuilder<ApplicationVersionChangeDetails.Builder,,ApplicationVersionChangeDetails> SdkPojo
- Enclosing class:
ApplicationVersionChangeDetails
@Mutable
@NotThreadSafe
public static interface ApplicationVersionChangeDetails.Builder
extends SdkPojo, CopyableBuilder<ApplicationVersionChangeDetails.Builder,ApplicationVersionChangeDetails>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationVersionUpdatedFrom(Long applicationVersionUpdatedFrom) The new version that the application was updated to.applicationVersionUpdatedTo(Long applicationVersionUpdatedTo) The version that the operation execution applied to the applicartion.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, sdkFieldNameToField, sdkFields
-
Method Details
-
applicationVersionUpdatedFrom
ApplicationVersionChangeDetails.Builder applicationVersionUpdatedFrom(Long applicationVersionUpdatedFrom) The new version that the application was updated to.
- Parameters:
applicationVersionUpdatedFrom- The new version that the application was updated to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationVersionUpdatedTo
ApplicationVersionChangeDetails.Builder applicationVersionUpdatedTo(Long applicationVersionUpdatedTo) The version that the operation execution applied to the applicartion.
- Parameters:
applicationVersionUpdatedTo- The version that the operation execution applied to the applicartion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-