public static final class CreateSpaceQuotaRequest.Builder extends Object
CreateSpaceQuotaRequest.
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 |
|---|---|
CreateSpaceQuotaRequest.Builder |
apps(Apps apps)
Initializes the value for the
apps attribute. |
CreateSpaceQuotaRequest |
build()
Builds a new
CreateSpaceQuotaRequest. |
CreateSpaceQuotaRequest.Builder |
from(CreateSpaceQuotaRequest instance)
Fill a builder with attribute values from the provided
CreateSpaceQuotaRequest instance. |
CreateSpaceQuotaRequest.Builder |
name(String name)
Initializes the value for the
name attribute. |
CreateSpaceQuotaRequest.Builder |
relationships(SpaceQuotaRelationships relationships)
Initializes the value for the
relationships attribute. |
CreateSpaceQuotaRequest.Builder |
routes(Routes routes)
Initializes the value for the
routes attribute. |
CreateSpaceQuotaRequest.Builder |
services(Services services)
Initializes the value for the
services attribute. |
public final CreateSpaceQuotaRequest.Builder from(CreateSpaceQuotaRequest instance)
CreateSpaceQuotaRequest 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 CreateSpaceQuotaRequest.Builder name(String name)
name attribute.name - The value for namethis builder for use in a chained invocationpublic final CreateSpaceQuotaRequest.Builder relationships(SpaceQuotaRelationships relationships)
relationships attribute.relationships - The value for relationshipsthis builder for use in a chained invocationpublic final CreateSpaceQuotaRequest.Builder apps(Apps apps)
apps attribute.apps - The value for apps (can be null)this builder for use in a chained invocationpublic final CreateSpaceQuotaRequest.Builder services(Services services)
services attribute.services - The value for services (can be null)this builder for use in a chained invocationpublic final CreateSpaceQuotaRequest.Builder routes(Routes routes)
routes attribute.routes - The value for routes (can be null)this builder for use in a chained invocationpublic CreateSpaceQuotaRequest build()
CreateSpaceQuotaRequest.IllegalStateException - if any required attributes are missingCopyright © 2026. All rights reserved.