Interface PutMetadataFlagBody.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PutMetadataFlagBody.Builder,,- PutMetadataFlagBody> - SdkBuilder<PutMetadataFlagBody.Builder,,- PutMetadataFlagBody> - SdkPojo
- Enclosing class:
- PutMetadataFlagBody
@Mutable
@NotThreadSafe
public static interface PutMetadataFlagBody.Builder
extends SdkPojo, CopyableBuilder<PutMetadataFlagBody.Builder,PutMetadataFlagBody> 
- 
Method SummaryModifier and TypeMethodDescriptionThe new information to store.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
newValueThe 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.
 
 
-