/* * Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ package com.amazonaws.services.dynamodbv2.model; import java.io.Serializable; /** *
* Represents the provisioned throughput settings for the table, consisting of * read and write capacity units, along with data about increases and decreases. *
*/ public class ProvisionedThroughputDescription implements Serializable { /** ** The date and time of the last provisioned throughput increase for this * table. *
*/ private java.util.Date lastIncreaseDateTime; /** ** The date and time of the last provisioned throughput decrease for this * table. *
*/ private java.util.Date lastDecreaseDateTime; /** ** The number of provisioned throughput decreases for this table during this * UTC calendar day. For current maximums on provisioned throughput * decreases, see Limits in the Amazon DynamoDB Developer Guide. *
*
* Constraints:
* Range: 1 -
*/
private Long numberOfDecreasesToday;
/**
*
* The maximum number of strongly consistent reads consumed per second
* before DynamoDB returns a ThrottlingException
. Eventually
* consistent reads require less effort than strongly consistent reads, so a
* setting of 50 ReadCapacityUnits
per second provides 100
* eventually consistent ReadCapacityUnits
per second.
*
* Constraints:
* Range: 1 -
*/
private Long readCapacityUnits;
/**
*
* The maximum number of writes consumed per second before DynamoDB returns
* a ThrottlingException
.
*
* Constraints:
* Range: 1 -
*/
private Long writeCapacityUnits;
/**
*
* The date and time of the last provisioned throughput increase for this * table. *
* * @return* The date and time of the last provisioned throughput increase for * this table. *
*/ public java.util.Date getLastIncreaseDateTime() { return lastIncreaseDateTime; } /** ** The date and time of the last provisioned throughput increase for this * table. *
* * @param lastIncreaseDateTime* The date and time of the last provisioned throughput increase * for this table. *
*/ public void setLastIncreaseDateTime(java.util.Date lastIncreaseDateTime) { this.lastIncreaseDateTime = lastIncreaseDateTime; } /** ** The date and time of the last provisioned throughput increase for this * table. *
** Returns a reference to this object so that method calls can be chained * together. * * @param lastIncreaseDateTime
* The date and time of the last provisioned throughput increase * for this table. *
* @return A reference to this updated object so that method calls can be * chained together. */ public ProvisionedThroughputDescription withLastIncreaseDateTime( java.util.Date lastIncreaseDateTime) { this.lastIncreaseDateTime = lastIncreaseDateTime; return this; } /** ** The date and time of the last provisioned throughput decrease for this * table. *
* * @return* The date and time of the last provisioned throughput decrease for * this table. *
*/ public java.util.Date getLastDecreaseDateTime() { return lastDecreaseDateTime; } /** ** The date and time of the last provisioned throughput decrease for this * table. *
* * @param lastDecreaseDateTime* The date and time of the last provisioned throughput decrease * for this table. *
*/ public void setLastDecreaseDateTime(java.util.Date lastDecreaseDateTime) { this.lastDecreaseDateTime = lastDecreaseDateTime; } /** ** The date and time of the last provisioned throughput decrease for this * table. *
** Returns a reference to this object so that method calls can be chained * together. * * @param lastDecreaseDateTime
* The date and time of the last provisioned throughput decrease * for this table. *
* @return A reference to this updated object so that method calls can be * chained together. */ public ProvisionedThroughputDescription withLastDecreaseDateTime( java.util.Date lastDecreaseDateTime) { this.lastDecreaseDateTime = lastDecreaseDateTime; return this; } /** ** The number of provisioned throughput decreases for this table during this * UTC calendar day. For current maximums on provisioned throughput * decreases, see Limits in the Amazon DynamoDB Developer Guide. *
*
* Constraints:
* Range: 1 -
*
* @return
* The number of provisioned throughput decreases for this table * during this UTC calendar day. For current maximums on provisioned * throughput decreases, see Limits in the Amazon DynamoDB Developer Guide. *
*/ public Long getNumberOfDecreasesToday() { return numberOfDecreasesToday; } /** ** The number of provisioned throughput decreases for this table during this * UTC calendar day. For current maximums on provisioned throughput * decreases, see Limits in the Amazon DynamoDB Developer Guide. *
*
* Constraints:
* Range: 1 -
*
* @param numberOfDecreasesToday
* The number of provisioned throughput decreases for this table * during this UTC calendar day. For current maximums on * provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide. *
*/ public void setNumberOfDecreasesToday(Long numberOfDecreasesToday) { this.numberOfDecreasesToday = numberOfDecreasesToday; } /** ** The number of provisioned throughput decreases for this table during this * UTC calendar day. For current maximums on provisioned throughput * decreases, see Limits in the Amazon DynamoDB Developer Guide. *
** Returns a reference to this object so that method calls can be chained * together. *
* Constraints:
* Range: 1 -
*
* @param numberOfDecreasesToday
* The number of provisioned throughput decreases for this table * during this UTC calendar day. For current maximums on * provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide. *
* @return A reference to this updated object so that method calls can be * chained together. */ public ProvisionedThroughputDescription withNumberOfDecreasesToday(Long numberOfDecreasesToday) { this.numberOfDecreasesToday = numberOfDecreasesToday; return this; } /** *
* The maximum number of strongly consistent reads consumed per second
* before DynamoDB returns a ThrottlingException
. Eventually
* consistent reads require less effort than strongly consistent reads, so a
* setting of 50 ReadCapacityUnits
per second provides 100
* eventually consistent ReadCapacityUnits
per second.
*
* Constraints:
* Range: 1 -
*
* @return
* The maximum number of strongly consistent reads consumed per
* second before DynamoDB returns a ThrottlingException
* . Eventually consistent reads require less effort than strongly
* consistent reads, so a setting of 50
* ReadCapacityUnits
per second provides 100 eventually
* consistent ReadCapacityUnits
per second.
*
* The maximum number of strongly consistent reads consumed per second
* before DynamoDB returns a ThrottlingException
. Eventually
* consistent reads require less effort than strongly consistent reads, so a
* setting of 50 ReadCapacityUnits
per second provides 100
* eventually consistent ReadCapacityUnits
per second.
*
* Constraints:
* Range: 1 -
*
* @param readCapacityUnits
* The maximum number of strongly consistent reads consumed per
* second before DynamoDB returns a
* ThrottlingException
. Eventually consistent reads
* require less effort than strongly consistent reads, so a
* setting of 50 ReadCapacityUnits
per second
* provides 100 eventually consistent
* ReadCapacityUnits
per second.
*
* The maximum number of strongly consistent reads consumed per second
* before DynamoDB returns a ThrottlingException
. Eventually
* consistent reads require less effort than strongly consistent reads, so a
* setting of 50 ReadCapacityUnits
per second provides 100
* eventually consistent ReadCapacityUnits
per second.
*
* Returns a reference to this object so that method calls can be chained * together. *
* Constraints:
* Range: 1 -
*
* @param readCapacityUnits
* The maximum number of strongly consistent reads consumed per
* second before DynamoDB returns a
* ThrottlingException
. Eventually consistent reads
* require less effort than strongly consistent reads, so a
* setting of 50 ReadCapacityUnits
per second
* provides 100 eventually consistent
* ReadCapacityUnits
per second.
*
* The maximum number of writes consumed per second before DynamoDB returns
* a ThrottlingException
.
*
* Constraints:
* Range: 1 -
*
* @return
* The maximum number of writes consumed per second before DynamoDB
* returns a ThrottlingException
.
*
* The maximum number of writes consumed per second before DynamoDB returns
* a ThrottlingException
.
*
* Constraints:
* Range: 1 -
*
* @param writeCapacityUnits
* The maximum number of writes consumed per second before
* DynamoDB returns a ThrottlingException
.
*
* The maximum number of writes consumed per second before DynamoDB returns
* a ThrottlingException
.
*
* Returns a reference to this object so that method calls can be chained * together. *
* Constraints:
* Range: 1 -
*
* @param writeCapacityUnits
* The maximum number of writes consumed per second before
* DynamoDB returns a ThrottlingException
.
*