public static final class OrganizationQuotaDefinitionEntity.Builder extends Object
OrganizationQuotaDefinitionEntity.
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.
public final OrganizationQuotaDefinitionEntity.Builder from(OrganizationQuotaDefinitionEntity instance)
OrganizationQuotaDefinitionEntity 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 OrganizationQuotaDefinitionEntity.Builder applicationInstanceLimit(Integer applicationInstanceLimit)
applicationInstanceLimit attribute.applicationInstanceLimit - The value for applicationInstanceLimit (can be null)this builder for use in a chained invocationpublic final OrganizationQuotaDefinitionEntity.Builder applicationTaskLimit(Integer applicationTaskLimit)
applicationTaskLimit attribute.applicationTaskLimit - The value for applicationTaskLimit (can be null)this builder for use in a chained invocationpublic final OrganizationQuotaDefinitionEntity.Builder instanceMemoryLimit(Integer instanceMemoryLimit)
instanceMemoryLimit attribute.instanceMemoryLimit - The value for instanceMemoryLimit (can be null)this builder for use in a chained invocationpublic final OrganizationQuotaDefinitionEntity.Builder memoryLimit(Integer memoryLimit)
memoryLimit attribute.memoryLimit - The value for memoryLimit (can be null)this builder for use in a chained invocationpublic final OrganizationQuotaDefinitionEntity.Builder name(String name)
name attribute.name - The value for name (can be null)this builder for use in a chained invocationpublic final OrganizationQuotaDefinitionEntity.Builder nonBasicServicesAllowed(Boolean nonBasicServicesAllowed)
nonBasicServicesAllowed attribute.nonBasicServicesAllowed - The value for nonBasicServicesAllowed (can be null)this builder for use in a chained invocationpublic final OrganizationQuotaDefinitionEntity.Builder totalPrivateDomains(Integer totalPrivateDomains)
totalPrivateDomains attribute.totalPrivateDomains - The value for totalPrivateDomains (can be null)this builder for use in a chained invocationpublic final OrganizationQuotaDefinitionEntity.Builder totalReservedRoutePorts(Integer totalReservedRoutePorts)
totalReservedRoutePorts attribute.totalReservedRoutePorts - The value for totalReservedRoutePorts (can be null)this builder for use in a chained invocationpublic final OrganizationQuotaDefinitionEntity.Builder totalRoutes(Integer totalRoutes)
totalRoutes attribute.totalRoutes - The value for totalRoutes (can be null)this builder for use in a chained invocationpublic final OrganizationQuotaDefinitionEntity.Builder totalServiceKeys(Integer totalServiceKeys)
totalServiceKeys attribute.totalServiceKeys - The value for totalServiceKeys (can be null)this builder for use in a chained invocationpublic final OrganizationQuotaDefinitionEntity.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 OrganizationQuotaDefinitionEntity.Builder trialDatabaseAllowed(Boolean trialDatabaseAllowed)
trialDatabaseAllowed attribute.trialDatabaseAllowed - The value for trialDatabaseAllowed (can be null)this builder for use in a chained invocationpublic OrganizationQuotaDefinitionEntity build()
OrganizationQuotaDefinitionEntity.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.