Interface ProvisionedCapacityResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProvisionedCapacityResponse.Builder,
,ProvisionedCapacityResponse> SdkBuilder<ProvisionedCapacityResponse.Builder,
,ProvisionedCapacityResponse> SdkPojo
- Enclosing class:
ProvisionedCapacityResponse
-
Method Summary
Modifier and TypeMethodDescriptionactiveQueryTCU
(Integer activeQueryTCU) The number of Timestream Compute Units (TCUs) provisioned in the account.lastUpdate
(Consumer<LastUpdate.Builder> lastUpdate) Information about the last update to the provisioned capacity settings.lastUpdate
(LastUpdate lastUpdate) Information about the last update to the provisioned capacity settings.notificationConfiguration
(Consumer<AccountSettingsNotificationConfiguration.Builder> notificationConfiguration) An object that contains settings for notifications that are sent whenever the provisioned capacity settings are modified.notificationConfiguration
(AccountSettingsNotificationConfiguration notificationConfiguration) An object that contains settings for notifications that are sent whenever the provisioned capacity settings are modified.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
-
activeQueryTCU
The number of Timestream Compute Units (TCUs) provisioned in the account. This field is only visible when the compute mode is
PROVISIONED
.- Parameters:
activeQueryTCU
- The number of Timestream Compute Units (TCUs) provisioned in the account. This field is only visible when the compute mode isPROVISIONED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationConfiguration
ProvisionedCapacityResponse.Builder notificationConfiguration(AccountSettingsNotificationConfiguration notificationConfiguration) An object that contains settings for notifications that are sent whenever the provisioned capacity settings are modified. This field is only visible when the compute mode is
PROVISIONED
.- Parameters:
notificationConfiguration
- An object that contains settings for notifications that are sent whenever the provisioned capacity settings are modified. This field is only visible when the compute mode isPROVISIONED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationConfiguration
default ProvisionedCapacityResponse.Builder notificationConfiguration(Consumer<AccountSettingsNotificationConfiguration.Builder> notificationConfiguration) An object that contains settings for notifications that are sent whenever the provisioned capacity settings are modified. This field is only visible when the compute mode is
This is a convenience method that creates an instance of thePROVISIONED
.AccountSettingsNotificationConfiguration.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:
-
lastUpdate
Information about the last update to the provisioned capacity settings.
- Parameters:
lastUpdate
- Information about the last update to the provisioned capacity settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdate
Information about the last update to the provisioned capacity settings.
This is a convenience method that creates an instance of theLastUpdate.Builder
avoiding the need to create one manually viaLastUpdate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolastUpdate(LastUpdate)
.- Parameters:
lastUpdate
- a consumer that will call methods onLastUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-