Interface ThroughputConfigDescription.Builder

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

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

    • throughputMode

      ThroughputConfigDescription.Builder throughputMode(String throughputMode)

      The mode used for your feature group throughput: ON_DEMAND or PROVISIONED.

      Parameters:
      throughputMode - The mode used for your feature group throughput: ON_DEMAND or PROVISIONED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • throughputMode

      ThroughputConfigDescription.Builder throughputMode(ThroughputMode throughputMode)

      The mode used for your feature group throughput: ON_DEMAND or PROVISIONED.

      Parameters:
      throughputMode - The mode used for your feature group throughput: ON_DEMAND or PROVISIONED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • provisionedReadCapacityUnits

      ThroughputConfigDescription.Builder provisionedReadCapacityUnits(Integer provisionedReadCapacityUnits)

      For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.

      This field is not applicable for on-demand feature groups.

      Parameters:
      provisionedReadCapacityUnits - For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.

      This field is not applicable for on-demand feature groups.

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

      ThroughputConfigDescription.Builder provisionedWriteCapacityUnits(Integer provisionedWriteCapacityUnits)

      For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.

      This field is not applicable for on-demand feature groups.

      Parameters:
      provisionedWriteCapacityUnits - For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.

      This field is not applicable for on-demand feature groups.

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