public static interface MetadataInfo.Builder extends SdkPojo, CopyableBuilder<MetadataInfo.Builder,MetadataInfo>
| Modifier and Type | Method and Description |
|---|---|
MetadataInfo.Builder |
createdTime(String createdTime)
The time at which the entry was created.
|
MetadataInfo.Builder |
metadataValue(String metadataValue)
The metadata key’s corresponding value.
|
MetadataInfo.Builder |
otherMetadataValueList(Collection<OtherMetadataValueListItem> otherMetadataValueList)
Other metadata belonging to the same metadata key.
|
MetadataInfo.Builder |
otherMetadataValueList(Consumer<OtherMetadataValueListItem.Builder>... otherMetadataValueList)
Other metadata belonging to the same metadata key.
|
MetadataInfo.Builder |
otherMetadataValueList(OtherMetadataValueListItem... otherMetadataValueList)
Other metadata belonging to the same metadata key.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMetadataInfo.Builder metadataValue(String metadataValue)
The metadata key’s corresponding value.
metadataValue - The metadata key’s corresponding value.MetadataInfo.Builder createdTime(String createdTime)
The time at which the entry was created.
createdTime - The time at which the entry was created.MetadataInfo.Builder otherMetadataValueList(Collection<OtherMetadataValueListItem> otherMetadataValueList)
Other metadata belonging to the same metadata key.
otherMetadataValueList - Other metadata belonging to the same metadata key.MetadataInfo.Builder otherMetadataValueList(OtherMetadataValueListItem... otherMetadataValueList)
Other metadata belonging to the same metadata key.
otherMetadataValueList - Other metadata belonging to the same metadata key.MetadataInfo.Builder otherMetadataValueList(Consumer<OtherMetadataValueListItem.Builder>... otherMetadataValueList)
Other metadata belonging to the same metadata key.
This is a convenience method that creates an instance of theOtherMetadataValueListItem.Builder avoiding the need to
create one manually via
OtherMetadataValueListItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #otherMetadataValueList(List.
otherMetadataValueList - a consumer that will call methods on
OtherMetadataValueListItem.Builder#otherMetadataValueList(java.util.Collection) Copyright © 2023. All rights reserved.