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
Modifier and TypeMethodDescriptioncreatedTime
(String createdTime) The time at which the entry was created.metadataValue
(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, sdkFields
-
Method Details
-
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
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.
-