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.
|
copy
applyMutation, build
UpdateTarget.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 that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #supportedOperations(List)
.supportedOperations
- a consumer that will call methods on List.Builder
#supportedOperations(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.