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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #otherMetadataValueList(List) .otherMetadataValueList - a consumer that will call methods on List.Builder #otherMetadataValueList(List) Copyright © 2021. All rights reserved.