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
Modifier and TypeMethodDescriptiontickerplantLogVolumes(String... tickerplantLogVolumes) The name of the volumes for tickerplant logs.tickerplantLogVolumes(Collection<String> tickerplantLogVolumes) The name of the volumes for tickerplant logs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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.
-