Interface SystemVersionSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SystemVersionSummary.Builder,,- SystemVersionSummary> - SdkBuilder<SystemVersionSummary.Builder,,- SystemVersionSummary> - SdkPojo
- Enclosing class:
- SystemVersionSummary
@Mutable
@NotThreadSafe
public static interface SystemVersionSummary.Builder
extends SdkPojo, CopyableBuilder<SystemVersionSummary.Builder,SystemVersionSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionThe version of GI software.The Exadata hardware model.systemVersions(String... systemVersions) The Exadata system versions that are compatible with the specified Exadata shape and GI version.systemVersions(Collection<String> systemVersions) The Exadata system versions that are compatible with the specified Exadata shape and GI version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
giVersionThe version of GI software. - Parameters:
- giVersion- The version of GI software.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
shapeThe Exadata hardware model. - Parameters:
- shape- The Exadata hardware model.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
systemVersionsThe Exadata system versions that are compatible with the specified Exadata shape and GI version. - Parameters:
- systemVersions- The Exadata system versions that are compatible with the specified Exadata shape and GI version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
systemVersionsThe Exadata system versions that are compatible with the specified Exadata shape and GI version. - Parameters:
- systemVersions- The Exadata system versions that are compatible with the specified Exadata shape and GI version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-