Interface Amendment.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Amendment.Builder,,Amendment> SdkBuilder<Amendment.Builder,,Amendment> SdkPojo
- Enclosing class:
Amendment
@Mutable
@NotThreadSafe
public static interface Amendment.Builder
extends SdkPojo, CopyableBuilder<Amendment.Builder,Amendment>
-
Method Summary
Modifier and TypeMethodDescriptionThe JSON path or field identifier specifying which field in the benefit application to modify.The new value to set for the specified field in the benefit application.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
-
fieldPath
The JSON path or field identifier specifying which field in the benefit application to modify.
- Parameters:
fieldPath- The JSON path or field identifier specifying which field in the benefit application to modify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newValue
The new value to set for the specified field in the benefit application.
- Parameters:
newValue- The new value to set for the specified field in the benefit application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-