Interface StringChange.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StringChange.Builder,,StringChange> SdkBuilder<StringChange.Builder,,StringChange> SdkPojo
- Enclosing class:
StringChange
@Mutable
@NotThreadSafe
public static interface StringChange.Builder
extends SdkPojo, CopyableBuilder<StringChange.Builder,StringChange>
-
Method Summary
Modifier and TypeMethodDescriptionThe new value.The old value.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
oldValue
The old value.
- Parameters:
oldValue- The old value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newValue
The new value.
- Parameters:
newValue- The new value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-