public static interface UpdateTarget.Builder extends SdkPojo, CopyableBuilder<UpdateTarget.Builder,UpdateTarget>
| Modifier and Type | Method and Description |
|---|---|
UpdateTarget.Builder |
databaseVersion(String databaseVersion)
The cluster version for the new maintenance track.
|
UpdateTarget.Builder |
maintenanceTrackName(String maintenanceTrackName)
The name of the new maintenance track.
|
UpdateTarget.Builder |
supportedOperations(Collection<SupportedOperation> supportedOperations)
A list of operations supported by the maintenance track.
|
UpdateTarget.Builder |
supportedOperations(Consumer<SupportedOperation.Builder>... supportedOperations)
A list of operations supported by the maintenance track.
|
UpdateTarget.Builder |
supportedOperations(SupportedOperation... supportedOperations)
A list of operations supported by the maintenance track.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateTarget.Builder maintenanceTrackName(String maintenanceTrackName)
The name of the new maintenance track.
maintenanceTrackName - The name of the new maintenance track.UpdateTarget.Builder databaseVersion(String databaseVersion)
The cluster version for the new maintenance track.
databaseVersion - The cluster version for the new maintenance track.UpdateTarget.Builder supportedOperations(Collection<SupportedOperation> supportedOperations)
A list of operations supported by the maintenance track.
supportedOperations - A list of operations supported by the maintenance track.UpdateTarget.Builder supportedOperations(SupportedOperation... supportedOperations)
A list of operations supported by the maintenance track.
supportedOperations - A list of operations supported by the maintenance track.UpdateTarget.Builder supportedOperations(Consumer<SupportedOperation.Builder>... supportedOperations)
A list of operations supported by the maintenance track.
This is a convenience method that creates an instance of theSupportedOperation.Builder avoiding the need to create
one manually via SupportedOperation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #supportedOperations(List.
supportedOperations - a consumer that will call methods on
SupportedOperation.Builder#supportedOperations(java.util.Collection) Copyright © 2022. All rights reserved.