Interface ThroughputConfigUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ThroughputConfigUpdate.Builder,ThroughputConfigUpdate>,SdkBuilder<ThroughputConfigUpdate.Builder,ThroughputConfigUpdate>,SdkPojo
- Enclosing class:
- ThroughputConfigUpdate
public static interface ThroughputConfigUpdate.Builder extends SdkPojo, CopyableBuilder<ThroughputConfigUpdate.Builder,ThroughputConfigUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThroughputConfigUpdate.BuilderprovisionedReadCapacityUnits(Integer provisionedReadCapacityUnits)For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.ThroughputConfigUpdate.BuilderprovisionedWriteCapacityUnits(Integer provisionedWriteCapacityUnits)For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.ThroughputConfigUpdate.BuilderthroughputMode(String throughputMode)Target throughput mode of the feature group.ThroughputConfigUpdate.BuilderthroughputMode(ThroughputMode throughputMode)Target throughput mode of the feature group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
throughputMode
ThroughputConfigUpdate.Builder throughputMode(String throughputMode)
Target throughput mode of the feature group. Throughput update is an asynchronous operation, and the outcome should be monitored by polling
LastUpdateStatusfield inDescribeFeatureGroupresponse. You cannot update a feature group's throughput while another update is in progress.- Parameters:
throughputMode- Target throughput mode of the feature group. Throughput update is an asynchronous operation, and the outcome should be monitored by pollingLastUpdateStatusfield inDescribeFeatureGroupresponse. You cannot update a feature group's throughput while another update is in progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ThroughputMode,ThroughputMode
-
throughputMode
ThroughputConfigUpdate.Builder throughputMode(ThroughputMode throughputMode)
Target throughput mode of the feature group. Throughput update is an asynchronous operation, and the outcome should be monitored by polling
LastUpdateStatusfield inDescribeFeatureGroupresponse. You cannot update a feature group's throughput while another update is in progress.- Parameters:
throughputMode- Target throughput mode of the feature group. Throughput update is an asynchronous operation, and the outcome should be monitored by pollingLastUpdateStatusfield inDescribeFeatureGroupresponse. You cannot update a feature group's throughput while another update is in progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ThroughputMode,ThroughputMode
-
provisionedReadCapacityUnits
ThroughputConfigUpdate.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.
- Parameters:
provisionedReadCapacityUnits- For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionedWriteCapacityUnits
ThroughputConfigUpdate.Builder provisionedWriteCapacityUnits(Integer provisionedWriteCapacityUnits)
For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.
- Parameters:
provisionedWriteCapacityUnits- For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-