Interface ProvisionedCapacityResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProvisionedCapacityResponse.Builder,ProvisionedCapacityResponse>,SdkBuilder<ProvisionedCapacityResponse.Builder,ProvisionedCapacityResponse>,SdkPojo
- Enclosing class:
- ProvisionedCapacityResponse
public static interface ProvisionedCapacityResponse.Builder extends SdkPojo, CopyableBuilder<ProvisionedCapacityResponse.Builder,ProvisionedCapacityResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ProvisionedCapacityResponse.BuilderactiveQueryTCU(Integer activeQueryTCU)The number of Timestream Compute Units (TCUs) provisioned in the account.default ProvisionedCapacityResponse.BuilderlastUpdate(Consumer<LastUpdate.Builder> lastUpdate)Information about the last update to the provisioned capacity settings.ProvisionedCapacityResponse.BuilderlastUpdate(LastUpdate lastUpdate)Information about the last update to the provisioned capacity settings.default ProvisionedCapacityResponse.BuildernotificationConfiguration(Consumer<AccountSettingsNotificationConfiguration.Builder> notificationConfiguration)An object that contains settings for notifications that are sent whenever the provisioned capacity settings are modified.ProvisionedCapacityResponse.BuildernotificationConfiguration(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 Detail
-
activeQueryTCU
ProvisionedCapacityResponse.Builder activeQueryTCU(Integer 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.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 onAccountSettingsNotificationConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
notificationConfiguration(AccountSettingsNotificationConfiguration)
-
lastUpdate
ProvisionedCapacityResponse.Builder lastUpdate(LastUpdate 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
default ProvisionedCapacityResponse.Builder lastUpdate(Consumer<LastUpdate.Builder> lastUpdate)
Information 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 onLastUpdate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
lastUpdate(LastUpdate)
-
-