public static interface DescribeUsageLimitsResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeUsageLimitsResponse.Builder,DescribeUsageLimitsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeUsageLimitsResponse.Builder |
marker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
DescribeUsageLimitsResponse.Builder |
usageLimits(Collection<UsageLimit> usageLimits)
Contains the output from the DescribeUsageLimits action.
|
DescribeUsageLimitsResponse.Builder |
usageLimits(Consumer<UsageLimit.Builder>... usageLimits)
Contains the output from the DescribeUsageLimits action.
|
DescribeUsageLimitsResponse.Builder |
usageLimits(UsageLimit... usageLimits)
Contains the output from the DescribeUsageLimits action.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeUsageLimitsResponse.Builder usageLimits(Collection<UsageLimit> usageLimits)
Contains the output from the DescribeUsageLimits action.
usageLimits - Contains the output from the DescribeUsageLimits action.DescribeUsageLimitsResponse.Builder usageLimits(UsageLimit... usageLimits)
Contains the output from the DescribeUsageLimits action.
usageLimits - Contains the output from the DescribeUsageLimits action.DescribeUsageLimitsResponse.Builder usageLimits(Consumer<UsageLimit.Builder>... usageLimits)
Contains the output from the DescribeUsageLimits action.
This is a convenience method that creates an instance of theUsageLimit.Builder avoiding the need to create one
manually via UsageLimit.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #usageLimits(List.
usageLimits - a consumer that will call methods on
UsageLimit.Builder#usageLimits(java.util.Collection) DescribeUsageLimitsResponse.Builder marker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request. If a
value is returned in a response, you can retrieve the next set of records by providing this returned marker
value in the Marker parameter and retrying the command. If the Marker field is
empty, all response records have been retrieved for the request.
marker - A value that indicates the starting point for the next set of response records in a subsequent
request. If a value is returned in a response, you can retrieve the next set of records by providing
this returned marker value in the Marker parameter and retrying the command. If the
Marker field is empty, all response records have been retrieved for the request.Copyright © 2023. All rights reserved.