Interface ProvisionedThroughput.Builder

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

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

    • enabled

      Provisioned throughput is enabled or not.

      Parameters:
      enabled -

      Provisioned throughput is enabled or not.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • volumeThroughput

      ProvisionedThroughput.Builder volumeThroughput(Integer volumeThroughput)

      Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.

      Parameters:
      volumeThroughput -

      Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.

      Returns:
      Returns a reference to this object so that method calls can be chained together.