Interface ProvisionedCapacityResponse.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ProvisionedCapacityResponse.Builder,,- ProvisionedCapacityResponse> - SdkBuilder<ProvisionedCapacityResponse.Builder,,- ProvisionedCapacityResponse> - SdkPojo
- Enclosing class:
- ProvisionedCapacityResponse
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
activeQueryTCUThe 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 is- PROVISIONED.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
notificationConfigurationProvisionedCapacityResponse.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 is- PROVISIONED.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
notificationConfigurationdefault 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.Builderavoiding the need to create one manually viaAccountSettingsNotificationConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonotificationConfiguration(AccountSettingsNotificationConfiguration).- Parameters:
- notificationConfiguration- a consumer that will call methods on- AccountSettingsNotificationConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
lastUpdateInformation 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.
 
- 
lastUpdateInformation about the last update to the provisioned capacity settings. This is a convenience method that creates an instance of theLastUpdate.Builderavoiding the need to create one manually viaLastUpdate.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolastUpdate(LastUpdate).- Parameters:
- lastUpdate- a consumer that will call methods on- LastUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-