Interface ApplicationVersionChangeDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ApplicationVersionChangeDetails.Builder,
,ApplicationVersionChangeDetails> SdkBuilder<ApplicationVersionChangeDetails.Builder,
,ApplicationVersionChangeDetails> SdkPojo
- Enclosing class:
ApplicationVersionChangeDetails
public static interface ApplicationVersionChangeDetails.Builder
extends SdkPojo, CopyableBuilder<ApplicationVersionChangeDetails.Builder,ApplicationVersionChangeDetails>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationVersionUpdatedFrom
(Long applicationVersionUpdatedFrom) The operation was performed on this version of the applicationapplicationVersionUpdatedTo
(Long applicationVersionUpdatedTo) The operation execution resulted in the transition to the following version of the applicationMethods 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
-
applicationVersionUpdatedFrom
ApplicationVersionChangeDetails.Builder applicationVersionUpdatedFrom(Long applicationVersionUpdatedFrom) The operation was performed on this version of the application- Parameters:
applicationVersionUpdatedFrom
- The operation was performed on this version of the application- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationVersionUpdatedTo
ApplicationVersionChangeDetails.Builder applicationVersionUpdatedTo(Long applicationVersionUpdatedTo) The operation execution resulted in the transition to the following version of the application- Parameters:
applicationVersionUpdatedTo
- The operation execution resulted in the transition to the following version of the application- Returns:
- Returns a reference to this object so that method calls can be chained together.
-