public static final class UpdateOrganizationQuotaDefinitionRequest.Builder extends Object
UpdateOrganizationQuotaDefinitionRequest.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
| Modifier and Type | Method and Description |
|---|---|
UpdateOrganizationQuotaDefinitionRequest.Builder |
applicationInstanceLimit(Integer applicationInstanceLimit)
Initializes the value for the
applicationInstanceLimit attribute. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
applicationTaskLimit(Integer applicationTaskLimit)
Initializes the value for the
applicationTaskLimit attribute. |
UpdateOrganizationQuotaDefinitionRequest |
build()
Builds a new
UpdateOrganizationQuotaDefinitionRequest. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
from(UpdateOrganizationQuotaDefinitionRequest instance)
Fill a builder with attribute values from the provided
UpdateOrganizationQuotaDefinitionRequest instance. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
instanceMemoryLimit(Integer instanceMemoryLimit)
Initializes the value for the
instanceMemoryLimit attribute. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
memoryLimit(Integer memoryLimit)
Initializes the value for the
memoryLimit attribute. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
name(String name)
Initializes the value for the
name attribute. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
nonBasicServicesAllowed(Boolean nonBasicServicesAllowed)
Initializes the value for the
nonBasicServicesAllowed attribute. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
organizationQuotaDefinitionId(String organizationQuotaDefinitionId)
Initializes the value for the
organizationQuotaDefinitionId attribute. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
totalPrivateDomains(Integer totalPrivateDomains)
Initializes the value for the
totalPrivateDomains attribute. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
totalReservedRoutePorts(Integer totalReservedRoutePorts)
Initializes the value for the
totalReservedRoutePorts attribute. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
totalRoutes(Integer totalRoutes)
Initializes the value for the
totalRoutes attribute. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
totalServiceKeys(Integer totalServiceKeys)
Initializes the value for the
totalServiceKeys attribute. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
totalServices(Integer totalServices)
Initializes the value for the
totalServices attribute. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
trialDatabaseAllowed(Boolean trialDatabaseAllowed)
Deprecated.
|
public final UpdateOrganizationQuotaDefinitionRequest.Builder from(UpdateOrganizationQuotaDefinitionRequest instance)
UpdateOrganizationQuotaDefinitionRequest instance.
Regular attribute values will be replaced with those from the given instance.
Absent optional values will not replace present values.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final UpdateOrganizationQuotaDefinitionRequest.Builder applicationInstanceLimit(Integer applicationInstanceLimit)
applicationInstanceLimit attribute.applicationInstanceLimit - The value for applicationInstanceLimit (can be null)this builder for use in a chained invocationpublic final UpdateOrganizationQuotaDefinitionRequest.Builder applicationTaskLimit(Integer applicationTaskLimit)
applicationTaskLimit attribute.applicationTaskLimit - The value for applicationTaskLimit (can be null)this builder for use in a chained invocationpublic final UpdateOrganizationQuotaDefinitionRequest.Builder instanceMemoryLimit(Integer instanceMemoryLimit)
instanceMemoryLimit attribute.instanceMemoryLimit - The value for instanceMemoryLimit (can be null)this builder for use in a chained invocationpublic final UpdateOrganizationQuotaDefinitionRequest.Builder memoryLimit(Integer memoryLimit)
memoryLimit attribute.memoryLimit - The value for memoryLimit (can be null)this builder for use in a chained invocationpublic final UpdateOrganizationQuotaDefinitionRequest.Builder name(String name)
name attribute.name - The value for name (can be null)this builder for use in a chained invocationpublic final UpdateOrganizationQuotaDefinitionRequest.Builder nonBasicServicesAllowed(Boolean nonBasicServicesAllowed)
nonBasicServicesAllowed attribute.nonBasicServicesAllowed - The value for nonBasicServicesAllowed (can be null)this builder for use in a chained invocationpublic final UpdateOrganizationQuotaDefinitionRequest.Builder organizationQuotaDefinitionId(String organizationQuotaDefinitionId)
organizationQuotaDefinitionId attribute.organizationQuotaDefinitionId - The value for organizationQuotaDefinitionIdthis builder for use in a chained invocationpublic final UpdateOrganizationQuotaDefinitionRequest.Builder totalPrivateDomains(Integer totalPrivateDomains)
totalPrivateDomains attribute.totalPrivateDomains - The value for totalPrivateDomains (can be null)this builder for use in a chained invocationpublic final UpdateOrganizationQuotaDefinitionRequest.Builder totalReservedRoutePorts(Integer totalReservedRoutePorts)
totalReservedRoutePorts attribute.totalReservedRoutePorts - The value for totalReservedRoutePorts (can be null)this builder for use in a chained invocationpublic final UpdateOrganizationQuotaDefinitionRequest.Builder totalRoutes(Integer totalRoutes)
totalRoutes attribute.totalRoutes - The value for totalRoutes (can be null)this builder for use in a chained invocationpublic final UpdateOrganizationQuotaDefinitionRequest.Builder totalServiceKeys(Integer totalServiceKeys)
totalServiceKeys attribute.totalServiceKeys - The value for totalServiceKeys (can be null)this builder for use in a chained invocationpublic final UpdateOrganizationQuotaDefinitionRequest.Builder totalServices(Integer totalServices)
totalServices attribute.totalServices - The value for totalServices (can be null)this builder for use in a chained invocation@Deprecated public final UpdateOrganizationQuotaDefinitionRequest.Builder trialDatabaseAllowed(Boolean trialDatabaseAllowed)
trialDatabaseAllowed attribute.trialDatabaseAllowed - The value for trialDatabaseAllowed (can be null)this builder for use in a chained invocationpublic UpdateOrganizationQuotaDefinitionRequest build()
UpdateOrganizationQuotaDefinitionRequest.IllegalStateException - if any required attributes are missingCopyright © 2017 Pivotal Software, Inc.. All rights reserved.