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