Interface OtherMetadataValueListItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OtherMetadataValueListItem.Builder,OtherMetadataValueListItem>,SdkBuilder<OtherMetadataValueListItem.Builder,OtherMetadataValueListItem>,SdkPojo
- Enclosing class:
- OtherMetadataValueListItem
public static interface OtherMetadataValueListItem.Builder extends SdkPojo, CopyableBuilder<OtherMetadataValueListItem.Builder,OtherMetadataValueListItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OtherMetadataValueListItem.BuildercreatedTime(String createdTime)The time at which the entry was created.OtherMetadataValueListItem.BuildermetadataValue(String metadataValue)The metadata key’s corresponding value for the other metadata belonging to the same metadata key.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
metadataValue
OtherMetadataValueListItem.Builder metadataValue(String metadataValue)
The metadata key’s corresponding value for the other metadata belonging to the same metadata key.
- Parameters:
metadataValue- The metadata key’s corresponding value for the other metadata belonging to the same metadata key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
OtherMetadataValueListItem.Builder createdTime(String createdTime)
The time at which the entry was created.
- Parameters:
createdTime- The time at which the entry was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-