Interface DescribeAccountLimitsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAccountLimitsResponse.Builder,,DescribeAccountLimitsResponse> ElasticLoadBalancingV2Response.Builder,SdkBuilder<DescribeAccountLimitsResponse.Builder,,DescribeAccountLimitsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeAccountLimitsResponse
public static interface DescribeAccountLimitsResponse.Builder
extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<DescribeAccountLimitsResponse.Builder,DescribeAccountLimitsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionlimits(Collection<Limit> limits) Information about the limits.limits(Consumer<Limit.Builder>... limits) Information about the limits.Information about the limits.nextMarker(String nextMarker) If there are additional results, this is the marker for the next set of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
limits
Information about the limits.
- Parameters:
 limits- Information about the limits.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
limits
Information about the limits.
- Parameters:
 limits- Information about the limits.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
limits
Information about the limits.
This is a convenience method that creates an instance of theLimit.Builderavoiding the need to create one manually viaLimit.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolimits(List<Limit>).- Parameters:
 limits- a consumer that will call methods onLimit.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextMarker
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
- Parameters:
 nextMarker- If there are additional results, this is the marker for the next set of results. Otherwise, this is null.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -