public static interface ResourceQuotas.Builder extends SdkPojo, CopyableBuilder<ResourceQuotas.Builder,ResourceQuotas>
Modifier and Type | Method and Description |
---|---|
default ResourceQuotas.Builder |
applicationQuota(Consumer<ResourceQuota.Builder> applicationQuota)
The quota for applications in the AWS account.
|
ResourceQuotas.Builder |
applicationQuota(ResourceQuota applicationQuota)
The quota for applications in the AWS account.
|
default ResourceQuotas.Builder |
applicationVersionQuota(Consumer<ResourceQuota.Builder> applicationVersionQuota)
The quota for application versions in the AWS account.
|
ResourceQuotas.Builder |
applicationVersionQuota(ResourceQuota applicationVersionQuota)
The quota for application versions in the AWS account.
|
default ResourceQuotas.Builder |
configurationTemplateQuota(Consumer<ResourceQuota.Builder> configurationTemplateQuota)
The quota for configuration templates in the AWS account.
|
ResourceQuotas.Builder |
configurationTemplateQuota(ResourceQuota configurationTemplateQuota)
The quota for configuration templates in the AWS account.
|
default ResourceQuotas.Builder |
customPlatformQuota(Consumer<ResourceQuota.Builder> customPlatformQuota)
The quota for custom platforms in the AWS account.
|
ResourceQuotas.Builder |
customPlatformQuota(ResourceQuota customPlatformQuota)
The quota for custom platforms in the AWS account.
|
default ResourceQuotas.Builder |
environmentQuota(Consumer<ResourceQuota.Builder> environmentQuota)
The quota for environments in the AWS account.
|
ResourceQuotas.Builder |
environmentQuota(ResourceQuota environmentQuota)
The quota for environments in the AWS account.
|
copy
applyMutation, build
ResourceQuotas.Builder applicationQuota(ResourceQuota applicationQuota)
The quota for applications in the AWS account.
applicationQuota
- The quota for applications in the AWS account.default ResourceQuotas.Builder applicationQuota(Consumer<ResourceQuota.Builder> applicationQuota)
The quota for applications in the AWS account.
This is a convenience that creates an instance of theResourceQuota.Builder
avoiding the need to
create one manually via ResourceQuota.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to applicationQuota(ResourceQuota)
.applicationQuota
- a consumer that will call methods on ResourceQuota.Builder
applicationQuota(ResourceQuota)
ResourceQuotas.Builder applicationVersionQuota(ResourceQuota applicationVersionQuota)
The quota for application versions in the AWS account.
applicationVersionQuota
- The quota for application versions in the AWS account.default ResourceQuotas.Builder applicationVersionQuota(Consumer<ResourceQuota.Builder> applicationVersionQuota)
The quota for application versions in the AWS account.
This is a convenience that creates an instance of theResourceQuota.Builder
avoiding the need to
create one manually via ResourceQuota.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to applicationVersionQuota(ResourceQuota)
.applicationVersionQuota
- a consumer that will call methods on ResourceQuota.Builder
applicationVersionQuota(ResourceQuota)
ResourceQuotas.Builder environmentQuota(ResourceQuota environmentQuota)
The quota for environments in the AWS account.
environmentQuota
- The quota for environments in the AWS account.default ResourceQuotas.Builder environmentQuota(Consumer<ResourceQuota.Builder> environmentQuota)
The quota for environments in the AWS account.
This is a convenience that creates an instance of theResourceQuota.Builder
avoiding the need to
create one manually via ResourceQuota.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to environmentQuota(ResourceQuota)
.environmentQuota
- a consumer that will call methods on ResourceQuota.Builder
environmentQuota(ResourceQuota)
ResourceQuotas.Builder configurationTemplateQuota(ResourceQuota configurationTemplateQuota)
The quota for configuration templates in the AWS account.
configurationTemplateQuota
- The quota for configuration templates in the AWS account.default ResourceQuotas.Builder configurationTemplateQuota(Consumer<ResourceQuota.Builder> configurationTemplateQuota)
The quota for configuration templates in the AWS account.
This is a convenience that creates an instance of theResourceQuota.Builder
avoiding the need to
create one manually via ResourceQuota.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to configurationTemplateQuota(ResourceQuota)
.configurationTemplateQuota
- a consumer that will call methods on ResourceQuota.Builder
configurationTemplateQuota(ResourceQuota)
ResourceQuotas.Builder customPlatformQuota(ResourceQuota customPlatformQuota)
The quota for custom platforms in the AWS account.
customPlatformQuota
- The quota for custom platforms in the AWS account.default ResourceQuotas.Builder customPlatformQuota(Consumer<ResourceQuota.Builder> customPlatformQuota)
The quota for custom platforms in the AWS account.
This is a convenience that creates an instance of theResourceQuota.Builder
avoiding the need to
create one manually via ResourceQuota.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to customPlatformQuota(ResourceQuota)
.customPlatformQuota
- a consumer that will call methods on ResourceQuota.Builder
customPlatformQuota(ResourceQuota)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.