Interface ProvisionedCapacityRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProvisionedCapacityRequest.Builder,
,ProvisionedCapacityRequest> SdkBuilder<ProvisionedCapacityRequest.Builder,
,ProvisionedCapacityRequest> SdkPojo
- Enclosing class:
ProvisionedCapacityRequest
@Mutable
@NotThreadSafe
public static interface ProvisionedCapacityRequest.Builder
extends SdkPojo, CopyableBuilder<ProvisionedCapacityRequest.Builder,ProvisionedCapacityRequest>
-
Method Summary
Modifier and TypeMethodDescriptionnotificationConfiguration
(Consumer<AccountSettingsNotificationConfiguration.Builder> notificationConfiguration) Configuration settings for notifications related to the provisioned capacity update.notificationConfiguration
(AccountSettingsNotificationConfiguration notificationConfiguration) Configuration settings for notifications related to the provisioned capacity update.targetQueryTCU
(Integer targetQueryTCU) The target compute capacity for querying data, specified in Timestream Compute Units (TCUs).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 Details
-
targetQueryTCU
The target compute capacity for querying data, specified in Timestream Compute Units (TCUs).
- Parameters:
targetQueryTCU
- The target compute capacity for querying data, specified in Timestream Compute Units (TCUs).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationConfiguration
ProvisionedCapacityRequest.Builder notificationConfiguration(AccountSettingsNotificationConfiguration notificationConfiguration) Configuration settings for notifications related to the provisioned capacity update.
- Parameters:
notificationConfiguration
- Configuration settings for notifications related to the provisioned capacity update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationConfiguration
default ProvisionedCapacityRequest.Builder notificationConfiguration(Consumer<AccountSettingsNotificationConfiguration.Builder> notificationConfiguration) Configuration settings for notifications related to the provisioned capacity update.
This is a convenience method that creates an instance of theAccountSettingsNotificationConfiguration.Builder
avoiding the need to create one manually viaAccountSettingsNotificationConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonotificationConfiguration(AccountSettingsNotificationConfiguration)
.- Parameters:
notificationConfiguration
- a consumer that will call methods onAccountSettingsNotificationConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-