Interface PutMetadataFlagBody.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PutMetadataFlagBody.Builder,PutMetadataFlagBody>,SdkBuilder<PutMetadataFlagBody.Builder,PutMetadataFlagBody>,SdkPojo
- Enclosing class:
- PutMetadataFlagBody
public static interface PutMetadataFlagBody.Builder extends SdkPojo, CopyableBuilder<PutMetadataFlagBody.Builder,PutMetadataFlagBody>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutMetadataFlagBody.BuildernewValue(String newValue)The new information to store.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
newValue
PutMetadataFlagBody.Builder newValue(String newValue)
The new information to store.
- Parameters:
newValue- The new information to store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-