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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationVersionChangeDetails.BuilderapplicationVersionUpdatedFrom(Long applicationVersionUpdatedFrom)The operation was performed on this version of the applicationApplicationVersionChangeDetails.BuilderapplicationVersionUpdatedTo(Long applicationVersionUpdatedTo)The operation execution resulted in the transition to the following version of 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
-
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.
-
-