public static final class CreateOrganizationQuotaDefinitionRequest.Builder extends Object
CreateOrganizationQuotaDefinitionRequest.
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 |
|---|---|
CreateOrganizationQuotaDefinitionRequest.Builder |
applicationInstanceLimit(Integer applicationInstanceLimit)
Initializes the value for the
applicationInstanceLimit attribute. |
CreateOrganizationQuotaDefinitionRequest.Builder |
applicationTaskLimit(Integer applicationTaskLimit)
Initializes the value for the
applicationTaskLimit attribute. |
CreateOrganizationQuotaDefinitionRequest |
build()
Builds a new
CreateOrganizationQuotaDefinitionRequest. |
CreateOrganizationQuotaDefinitionRequest.Builder |
from(CreateOrganizationQuotaDefinitionRequest instance)
Fill a builder with attribute values from the provided
CreateOrganizationQuotaDefinitionRequest instance. |
CreateOrganizationQuotaDefinitionRequest.Builder |
instanceMemoryLimit(Integer instanceMemoryLimit)
Initializes the value for the
instanceMemoryLimit attribute. |
CreateOrganizationQuotaDefinitionRequest.Builder |
memoryLimit(Integer memoryLimit)
Initializes the value for the
memoryLimit attribute. |
CreateOrganizationQuotaDefinitionRequest.Builder |
name(String name)
Initializes the value for the
name attribute. |
CreateOrganizationQuotaDefinitionRequest.Builder |
nonBasicServicesAllowed(Boolean nonBasicServicesAllowed)
Initializes the value for the
nonBasicServicesAllowed attribute. |
CreateOrganizationQuotaDefinitionRequest.Builder |
totalPrivateDomains(Integer totalPrivateDomains)
Initializes the value for the
totalPrivateDomains attribute. |
CreateOrganizationQuotaDefinitionRequest.Builder |
totalReservedRoutePorts(Integer totalReservedRoutePorts)
Initializes the value for the
totalReservedRoutePorts attribute. |
CreateOrganizationQuotaDefinitionRequest.Builder |
totalRoutes(Integer totalRoutes)
Initializes the value for the
totalRoutes attribute. |
CreateOrganizationQuotaDefinitionRequest.Builder |
totalServiceKeys(Integer totalServiceKeys)
Initializes the value for the
totalServiceKeys attribute. |
CreateOrganizationQuotaDefinitionRequest.Builder |
totalServices(Integer totalServices)
Initializes the value for the
totalServices attribute. |
CreateOrganizationQuotaDefinitionRequest.Builder |
trialDatabaseAllowed(Boolean trialDatabaseAllowed)
Deprecated.
|
public final CreateOrganizationQuotaDefinitionRequest.Builder from(CreateOrganizationQuotaDefinitionRequest instance)
CreateOrganizationQuotaDefinitionRequest 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 CreateOrganizationQuotaDefinitionRequest.Builder applicationInstanceLimit(Integer applicationInstanceLimit)
applicationInstanceLimit attribute.applicationInstanceLimit - The value for applicationInstanceLimit (can be null)this builder for use in a chained invocationpublic final CreateOrganizationQuotaDefinitionRequest.Builder applicationTaskLimit(Integer applicationTaskLimit)
applicationTaskLimit attribute.applicationTaskLimit - The value for applicationTaskLimit (can be null)this builder for use in a chained invocationpublic final CreateOrganizationQuotaDefinitionRequest.Builder instanceMemoryLimit(Integer instanceMemoryLimit)
instanceMemoryLimit attribute.instanceMemoryLimit - The value for instanceMemoryLimitthis builder for use in a chained invocationpublic final CreateOrganizationQuotaDefinitionRequest.Builder memoryLimit(Integer memoryLimit)
memoryLimit attribute.memoryLimit - The value for memoryLimitthis builder for use in a chained invocationpublic final CreateOrganizationQuotaDefinitionRequest.Builder name(String name)
name attribute.name - The value for namethis builder for use in a chained invocationpublic final CreateOrganizationQuotaDefinitionRequest.Builder nonBasicServicesAllowed(Boolean nonBasicServicesAllowed)
nonBasicServicesAllowed attribute.nonBasicServicesAllowed - The value for nonBasicServicesAllowedthis builder for use in a chained invocationpublic final CreateOrganizationQuotaDefinitionRequest.Builder totalPrivateDomains(Integer totalPrivateDomains)
totalPrivateDomains attribute.totalPrivateDomains - The value for totalPrivateDomains (can be null)this builder for use in a chained invocationpublic final CreateOrganizationQuotaDefinitionRequest.Builder totalReservedRoutePorts(Integer totalReservedRoutePorts)
totalReservedRoutePorts attribute.totalReservedRoutePorts - The value for totalReservedRoutePorts (can be null)this builder for use in a chained invocationpublic final CreateOrganizationQuotaDefinitionRequest.Builder totalRoutes(Integer totalRoutes)
totalRoutes attribute.totalRoutes - The value for totalRoutesthis builder for use in a chained invocationpublic final CreateOrganizationQuotaDefinitionRequest.Builder totalServiceKeys(Integer totalServiceKeys)
totalServiceKeys attribute.totalServiceKeys - The value for totalServiceKeys (can be null)this builder for use in a chained invocationpublic final CreateOrganizationQuotaDefinitionRequest.Builder totalServices(Integer totalServices)
totalServices attribute.totalServices - The value for totalServicesthis builder for use in a chained invocation@Deprecated public final CreateOrganizationQuotaDefinitionRequest.Builder trialDatabaseAllowed(Boolean trialDatabaseAllowed)
trialDatabaseAllowed attribute.trialDatabaseAllowed - The value for trialDatabaseAllowed (can be null)this builder for use in a chained invocationpublic CreateOrganizationQuotaDefinitionRequest build()
CreateOrganizationQuotaDefinitionRequest.IllegalStateException - if any required attributes are missingCopyright © 2017 Pivotal Software, Inc.. All rights reserved.