Uses of Interface
software.amazon.awssdk.services.finspace.model.TickerplantLogConfiguration.Builder
-
Packages that use TickerplantLogConfiguration.Builder Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of TickerplantLogConfiguration.Builder in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return TickerplantLogConfiguration.Builder Modifier and Type Method Description static TickerplantLogConfiguration.BuilderTickerplantLogConfiguration. builder()TickerplantLogConfiguration.BuilderTickerplantLogConfiguration.Builder. tickerplantLogVolumes(String... tickerplantLogVolumes)The name of the volumes for tickerplant logs.TickerplantLogConfiguration.BuilderTickerplantLogConfiguration.Builder. tickerplantLogVolumes(Collection<String> tickerplantLogVolumes)The name of the volumes for tickerplant logs.TickerplantLogConfiguration.BuilderTickerplantLogConfiguration. toBuilder()Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type TickerplantLogConfiguration.Builder Modifier and Type Method Description static Class<? extends TickerplantLogConfiguration.Builder>TickerplantLogConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.finspace.model with type arguments of type TickerplantLogConfiguration.Builder Modifier and Type Method Description default CreateKxClusterRequest.BuilderCreateKxClusterRequest.Builder. tickerplantLogConfiguration(Consumer<TickerplantLogConfiguration.Builder> tickerplantLogConfiguration)A configuration to store Tickerplant logs.default CreateKxClusterResponse.BuilderCreateKxClusterResponse.Builder. tickerplantLogConfiguration(Consumer<TickerplantLogConfiguration.Builder> tickerplantLogConfiguration)Sets the value of the TickerplantLogConfiguration property for this object.default GetKxClusterResponse.BuilderGetKxClusterResponse.Builder. tickerplantLogConfiguration(Consumer<TickerplantLogConfiguration.Builder> tickerplantLogConfiguration)Sets the value of the TickerplantLogConfiguration property for this object.
-