Interface UpdatedDescription.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UpdatedDescription.Builder,,UpdatedDescription> SdkBuilder<UpdatedDescription.Builder,,UpdatedDescription> SdkPojo
- Enclosing class:
UpdatedDescription
@Mutable
@NotThreadSafe
public static interface UpdatedDescription.Builder
extends SdkPojo, CopyableBuilder<UpdatedDescription.Builder,UpdatedDescription>
-
Method Summary
Modifier and TypeMethodDescriptionoptionalValue(String optionalValue) The value to set for this field.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
-
optionalValue
The value to set for this field. Omit the wrapper to leave the field unchanged.
- Parameters:
optionalValue- The value to set for this field. Omit the wrapper to leave the field unchanged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-