Interface MetadataEntry.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<MetadataEntry.Builder,MetadataEntry>
,SdkBuilder<MetadataEntry.Builder,MetadataEntry>
,SdkPojo
- Enclosing class:
- MetadataEntry
public static interface MetadataEntry.Builder extends SdkPojo, CopyableBuilder<MetadataEntry.Builder,MetadataEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetadataEntry.Builder
name(String name)
Name of the object.MetadataEntry.Builder
value(String value)
Value of the object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
MetadataEntry.Builder name(String name)
Name of the object.
- Parameters:
name
- Name of the object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
MetadataEntry.Builder value(String value)
Value of the object.
- Parameters:
value
- Value of the object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-