Interface CustomDescriptor.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CustomDescriptor.Builder,,CustomDescriptor> SdkBuilder<CustomDescriptor.Builder,,CustomDescriptor> SdkPojo
- Enclosing class:
CustomDescriptor
@Mutable
@NotThreadSafe
public static interface CustomDescriptor.Builder
extends SdkPojo, CopyableBuilder<CustomDescriptor.Builder,CustomDescriptor>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Data property for this object.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
-
data
Sets the value of the Data property for this object.- Parameters:
data- The new value for the Data property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-