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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
giVersion
The 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.
-
shape
The Exadata hardware model.
- Parameters:
shape
- The Exadata hardware model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
systemVersions
The 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.
-
systemVersions
The 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.
-