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.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.ThroughputConfigUpdate.Builder
provisionedWriteCapacityUnits(Integer provisionedWriteCapacityUnits)
For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.ThroughputConfigUpdate.Builder
throughputMode(String throughputMode)
Target throughput mode of the feature group.ThroughputConfigUpdate.Builder
throughputMode(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, sdkFieldNameToField, 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
LastUpdateStatus
field inDescribeFeatureGroup
response. 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 pollingLastUpdateStatus
field inDescribeFeatureGroup
response. 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
LastUpdateStatus
field inDescribeFeatureGroup
response. 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 pollingLastUpdateStatus
field inDescribeFeatureGroup
response. 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.
-
-