Interface UpdatedDescriptorData.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UpdatedDescriptorData.Builder,,UpdatedDescriptorData> SdkBuilder<UpdatedDescriptorData.Builder,,UpdatedDescriptorData> SdkPojo
- Enclosing class:
UpdatedDescriptorData
@Mutable
@NotThreadSafe
public static interface UpdatedDescriptorData.Builder
extends SdkPojo, CopyableBuilder<UpdatedDescriptorData.Builder,UpdatedDescriptorData>
-
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.
-