Uses of Interface
software.amazon.awssdk.services.kafkaconnect.model.ProvisionedCapacity.Builder
-
Packages that use ProvisionedCapacity.Builder Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of ProvisionedCapacity.Builder in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return ProvisionedCapacity.Builder Modifier and Type Method Description static ProvisionedCapacity.BuilderProvisionedCapacity. builder()ProvisionedCapacity.BuilderProvisionedCapacity.Builder. mcuCount(Integer mcuCount)The number of microcontroller units (MCUs) allocated to each connector worker.ProvisionedCapacity.BuilderProvisionedCapacity. toBuilder()ProvisionedCapacity.BuilderProvisionedCapacity.Builder. workerCount(Integer workerCount)The number of workers that are allocated to the connector.Methods in software.amazon.awssdk.services.kafkaconnect.model that return types with arguments of type ProvisionedCapacity.Builder Modifier and Type Method Description static Class<? extends ProvisionedCapacity.Builder>ProvisionedCapacity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kafkaconnect.model with type arguments of type ProvisionedCapacity.Builder Modifier and Type Method Description default Capacity.BuilderCapacity.Builder. provisionedCapacity(Consumer<ProvisionedCapacity.Builder> provisionedCapacity)Details about a fixed capacity allocated to a connector.
-