Interface DescribeUsageLimitsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeUsageLimitsResponse.Builder,DescribeUsageLimitsResponse>,RedshiftResponse.Builder,SdkBuilder<DescribeUsageLimitsResponse.Builder,DescribeUsageLimitsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeUsageLimitsResponse
public static interface DescribeUsageLimitsResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeUsageLimitsResponse.Builder,DescribeUsageLimitsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeUsageLimitsResponse.Buildermarker(String marker)A value that indicates the starting point for the next set of response records in a subsequent request.DescribeUsageLimitsResponse.BuilderusageLimits(Collection<UsageLimit> usageLimits)Contains the output from the DescribeUsageLimits action.DescribeUsageLimitsResponse.BuilderusageLimits(Consumer<UsageLimit.Builder>... usageLimits)Contains the output from the DescribeUsageLimits action.DescribeUsageLimitsResponse.BuilderusageLimits(UsageLimit... usageLimits)Contains the output from the DescribeUsageLimits action.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
usageLimits
DescribeUsageLimitsResponse.Builder usageLimits(Collection<UsageLimit> usageLimits)
Contains the output from the DescribeUsageLimits action.
- Parameters:
usageLimits- Contains the output from the DescribeUsageLimits action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
usageLimits
DescribeUsageLimitsResponse.Builder usageLimits(UsageLimit... usageLimits)
Contains the output from the DescribeUsageLimits action.
- Parameters:
usageLimits- Contains the output from the DescribeUsageLimits action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
usageLimits
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.Builderavoiding the need to create one manually viaUsageLimit.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#usageLimits(List.) - Parameters:
usageLimits- a consumer that will call methods onUsageLimit.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#usageLimits(java.util.Collection)
-
marker
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
Markerparameter and retrying the command. If theMarkerfield is empty, all response records have been retrieved for the request.- Parameters:
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 theMarkerparameter and retrying the command. If theMarkerfield is empty, all response records have been retrieved for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-