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) Represents an optional value that is used to update the human-readable description of the resource.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
Represents an optional value that is used to update the human-readable description of the resource. If set to null, it will clear the current description of the resource.
- Parameters:
optionalValue- Represents an optional value that is used to update the human-readable description of the resource. If set to null, it will clear the current description of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-