public static interface ListUsageLimitsRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<ListUsageLimitsRequest.Builder,ListUsageLimitsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListUsageLimitsRequest.Builder |
maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
ListUsageLimitsRequest.Builder |
nextToken(String nextToken)
If your initial
ListUsageLimits operation returns a nextToken, you can include the
returned nextToken in following ListUsageLimits operations, which returns results
in the next page. |
ListUsageLimitsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListUsageLimitsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListUsageLimitsRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) associated with the resource whose usage limits you want to list.
|
ListUsageLimitsRequest.Builder |
usageType(String usageType)
The Amazon Redshift Serverless feature whose limits you want to see.
|
ListUsageLimitsRequest.Builder |
usageType(UsageLimitUsageType usageType)
The Amazon Redshift Serverless feature whose limits you want to see.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUsageLimitsRequest.Builder maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results. The default is 100.
maxResults - An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results. The default is 100.ListUsageLimitsRequest.Builder nextToken(String nextToken)
If your initial ListUsageLimits operation returns a nextToken, you can include the
returned nextToken in following ListUsageLimits operations, which returns results
in the next page.
nextToken - If your initial ListUsageLimits operation returns a nextToken, you can
include the returned nextToken in following ListUsageLimits operations,
which returns results in the next page.ListUsageLimitsRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) associated with the resource whose usage limits you want to list.
resourceArn - The Amazon Resource Name (ARN) associated with the resource whose usage limits you want to list.ListUsageLimitsRequest.Builder usageType(String usageType)
The Amazon Redshift Serverless feature whose limits you want to see.
usageType - The Amazon Redshift Serverless feature whose limits you want to see.UsageLimitUsageType,
UsageLimitUsageTypeListUsageLimitsRequest.Builder usageType(UsageLimitUsageType usageType)
The Amazon Redshift Serverless feature whose limits you want to see.
usageType - The Amazon Redshift Serverless feature whose limits you want to see.UsageLimitUsageType,
UsageLimitUsageTypeListUsageLimitsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListUsageLimitsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.