Interface MetadataValue.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MetadataValue.Builder,MetadataValue>, SdkBuilder<MetadataValue.Builder,MetadataValue>, SdkPojo
Enclosing class:
MetadataValue

@Mutable @NotThreadSafe public static interface MetadataValue.Builder extends SdkPojo, CopyableBuilder<MetadataValue.Builder,MetadataValue>
  • Method Details

    • stringValue

      MetadataValue.Builder stringValue(String stringValue)

      Value associated with the eventMetadata key.

      Parameters:
      stringValue - Value associated with the eventMetadata key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.