@Generated(value="software.amazon.awssdk:codegen") public final class UpdateTarget extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateTarget.Builder,UpdateTarget>
A maintenance track that you can switch the current track to.
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateTarget.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateTarget.Builder |
builder() |
String |
databaseVersion()
The cluster version for the new maintenance track.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
maintenanceTrackName()
The name of the new maintenance track.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateTarget.Builder> |
serializableBuilderClass() |
List<SupportedOperation> |
supportedOperations()
A list of operations supported by the maintenance track.
|
UpdateTarget.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String maintenanceTrackName()
The name of the new maintenance track.
public String databaseVersion()
The cluster version for the new maintenance track.
public List<SupportedOperation> supportedOperations()
A list of operations supported by the maintenance track.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public UpdateTarget.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateTarget.Builder,UpdateTarget>
public static UpdateTarget.Builder builder()
public static Class<? extends UpdateTarget.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.