Interface Metadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Metadata.Builder,Metadata>,SdkBuilder<Metadata.Builder,Metadata>,SdkPojo
- Enclosing class:
- Metadata
public static interface Metadata.Builder extends SdkPojo, CopyableBuilder<Metadata.Builder,Metadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Metadata.Buildername(String name)The key name.Metadata.Buildervalue(String value)The value.-
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
Metadata.Builder name(String name)
The key name.
- Parameters:
name- The key name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
Metadata.Builder value(String value)
The value.
- Parameters:
value- The value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-