@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAccountSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAccountSettingsRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAccountSettingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxQueryTCU()
The maximum number of compute units the service will use at any point in time to serve your queries.
|
String |
getQueryPricingModel()
The pricing model for queries in an account.
|
int |
hashCode() |
void |
setMaxQueryTCU(Integer maxQueryTCU)
The maximum number of compute units the service will use at any point in time to serve your queries.
|
void |
setQueryPricingModel(String queryPricingModel)
The pricing model for queries in an account.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAccountSettingsRequest |
withMaxQueryTCU(Integer maxQueryTCU)
The maximum number of compute units the service will use at any point in time to serve your queries.
|
UpdateAccountSettingsRequest |
withQueryPricingModel(QueryPricingModel queryPricingModel)
The pricing model for queries in an account.
|
UpdateAccountSettingsRequest |
withQueryPricingModel(String queryPricingModel)
The pricing model for queries in an account.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMaxQueryTCU(Integer maxQueryTCU)
The maximum number of compute units the service will use at any point in time to serve your queries. To run queries, you must set a minimum capacity of 4 TCU. You can set the maximum number of TCU in multiples of 4, for example, 4, 8, 16, 32, and so on.
The maximum value supported for MaxQueryTCU
is 1000. To request an increase to this soft limit,
contact Amazon Web Services Support. For information about the default quota for maxQueryTCU, see Default
quotas.
maxQueryTCU
- The maximum number of compute units the service will use at any point in time to serve your queries. To
run queries, you must set a minimum capacity of 4 TCU. You can set the maximum number of TCU in multiples
of 4, for example, 4, 8, 16, 32, and so on.
The maximum value supported for MaxQueryTCU
is 1000. To request an increase to this soft
limit, contact Amazon Web Services Support. For information about the default quota for maxQueryTCU, see
Default quotas.
public Integer getMaxQueryTCU()
The maximum number of compute units the service will use at any point in time to serve your queries. To run queries, you must set a minimum capacity of 4 TCU. You can set the maximum number of TCU in multiples of 4, for example, 4, 8, 16, 32, and so on.
The maximum value supported for MaxQueryTCU
is 1000. To request an increase to this soft limit,
contact Amazon Web Services Support. For information about the default quota for maxQueryTCU, see Default
quotas.
The maximum value supported for MaxQueryTCU
is 1000. To request an increase to this soft
limit, contact Amazon Web Services Support. For information about the default quota for maxQueryTCU, see
Default quotas.
public UpdateAccountSettingsRequest withMaxQueryTCU(Integer maxQueryTCU)
The maximum number of compute units the service will use at any point in time to serve your queries. To run queries, you must set a minimum capacity of 4 TCU. You can set the maximum number of TCU in multiples of 4, for example, 4, 8, 16, 32, and so on.
The maximum value supported for MaxQueryTCU
is 1000. To request an increase to this soft limit,
contact Amazon Web Services Support. For information about the default quota for maxQueryTCU, see Default
quotas.
maxQueryTCU
- The maximum number of compute units the service will use at any point in time to serve your queries. To
run queries, you must set a minimum capacity of 4 TCU. You can set the maximum number of TCU in multiples
of 4, for example, 4, 8, 16, 32, and so on.
The maximum value supported for MaxQueryTCU
is 1000. To request an increase to this soft
limit, contact Amazon Web Services Support. For information about the default quota for maxQueryTCU, see
Default quotas.
public void setQueryPricingModel(String queryPricingModel)
The pricing model for queries in an account.
The QueryPricingModel
parameter is used by several Timestream operations; however, the
UpdateAccountSettings
API operation doesn't recognize any values other than
COMPUTE_UNITS
.
queryPricingModel
- The pricing model for queries in an account.
The QueryPricingModel
parameter is used by several Timestream operations; however, the
UpdateAccountSettings
API operation doesn't recognize any values other than
COMPUTE_UNITS
.
QueryPricingModel
public String getQueryPricingModel()
The pricing model for queries in an account.
The QueryPricingModel
parameter is used by several Timestream operations; however, the
UpdateAccountSettings
API operation doesn't recognize any values other than
COMPUTE_UNITS
.
The QueryPricingModel
parameter is used by several Timestream operations; however, the
UpdateAccountSettings
API operation doesn't recognize any values other than
COMPUTE_UNITS
.
QueryPricingModel
public UpdateAccountSettingsRequest withQueryPricingModel(String queryPricingModel)
The pricing model for queries in an account.
The QueryPricingModel
parameter is used by several Timestream operations; however, the
UpdateAccountSettings
API operation doesn't recognize any values other than
COMPUTE_UNITS
.
queryPricingModel
- The pricing model for queries in an account.
The QueryPricingModel
parameter is used by several Timestream operations; however, the
UpdateAccountSettings
API operation doesn't recognize any values other than
COMPUTE_UNITS
.
QueryPricingModel
public UpdateAccountSettingsRequest withQueryPricingModel(QueryPricingModel queryPricingModel)
The pricing model for queries in an account.
The QueryPricingModel
parameter is used by several Timestream operations; however, the
UpdateAccountSettings
API operation doesn't recognize any values other than
COMPUTE_UNITS
.
queryPricingModel
- The pricing model for queries in an account.
The QueryPricingModel
parameter is used by several Timestream operations; however, the
UpdateAccountSettings
API operation doesn't recognize any values other than
COMPUTE_UNITS
.
QueryPricingModel
public String toString()
toString
in class Object
Object.toString()
public UpdateAccountSettingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()