Interface OpsEntityItem.Builder

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

public static interface OpsEntityItem.Builder extends SdkPojo, CopyableBuilder<OpsEntityItem.Builder,OpsEntityItem>
  • Method Details

    • captureTime

      OpsEntityItem.Builder captureTime(String captureTime)

      The time the OpsData was captured.

      Parameters:
      captureTime - The time the OpsData was captured.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • content

      OpsEntityItem.Builder content(Collection<? extends Map<String,String>> content)

      The details of an OpsData summary.

      Parameters:
      content - The details of an OpsData summary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • content

      OpsEntityItem.Builder content(Map<String,String>... content)

      The details of an OpsData summary.

      Parameters:
      content - The details of an OpsData summary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.