Interface TickerplantLogConfiguration.Builder

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

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

    • tickerplantLogVolumes

      TickerplantLogConfiguration.Builder tickerplantLogVolumes(Collection<String> tickerplantLogVolumes)

      The name of the volumes for tickerplant logs.

      Parameters:
      tickerplantLogVolumes - The name of the volumes for tickerplant logs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tickerplantLogVolumes

      TickerplantLogConfiguration.Builder tickerplantLogVolumes(String... tickerplantLogVolumes)

      The name of the volumes for tickerplant logs.

      Parameters:
      tickerplantLogVolumes - The name of the volumes for tickerplant logs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.