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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TickerplantLogConfiguration.BuildertickerplantLogVolumes(String... tickerplantLogVolumes)The name of the volumes for tickerplant logs.TickerplantLogConfiguration.BuildertickerplantLogVolumes(Collection<String> tickerplantLogVolumes)The name of the volumes for tickerplant logs.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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.
-
-