Interface DescribeAccountAttributesResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAccountAttributesResponse.Builder,,DescribeAccountAttributesResponse> ElasticBeanstalkResponse.Builder,SdkBuilder<DescribeAccountAttributesResponse.Builder,,DescribeAccountAttributesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeAccountAttributesResponse
public static interface DescribeAccountAttributesResponse.Builder
extends ElasticBeanstalkResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountAttributesResponse.Builder,DescribeAccountAttributesResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionresourceQuotas(Consumer<ResourceQuotas.Builder> resourceQuotas) The Elastic Beanstalk resource quotas associated with the calling AWS account.resourceQuotas(ResourceQuotas resourceQuotas) The Elastic Beanstalk resource quotas associated with the calling AWS account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkResponse.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
- 
resourceQuotas
The Elastic Beanstalk resource quotas associated with the calling AWS account.
- Parameters:
 resourceQuotas- The Elastic Beanstalk resource quotas associated with the calling AWS account.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
resourceQuotas
default DescribeAccountAttributesResponse.Builder resourceQuotas(Consumer<ResourceQuotas.Builder> resourceQuotas) The Elastic Beanstalk resource quotas associated with the calling AWS account.
This is a convenience method that creates an instance of theResourceQuotas.Builderavoiding the need to create one manually viaResourceQuotas.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresourceQuotas(ResourceQuotas).- Parameters:
 resourceQuotas- a consumer that will call methods onResourceQuotas.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -