| Modifier and Type | Method and Description |
|---|---|
Apps |
build()
Builds a new
Apps. |
Apps.Builder |
from(Apps instance)
Fill a builder with attribute values from the provided
Apps instance. |
Apps.Builder |
logRateLimitInBytesPerSecond(Integer logRateLimitInBytesPerSecond)
Initializes the value for the
logRateLimitInBytesPerSecond attribute. |
Apps.Builder |
perAppTasks(Integer perAppTasks)
Initializes the value for the
perAppTasks attribute. |
Apps.Builder |
perProcessMemoryInMb(Integer perProcessMemoryInMb)
Initializes the value for the
perProcessMemoryInMb attribute. |
Apps.Builder |
totalInstances(Integer totalInstances)
Initializes the value for the
totalInstances attribute. |
Apps.Builder |
totalMemoryInMb(Integer totalMemoryInMb)
Initializes the value for the
totalMemoryInMb attribute. |
public final Apps.Builder from(Apps instance)
Apps 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 Apps.Builder perProcessMemoryInMb(Integer perProcessMemoryInMb)
perProcessMemoryInMb attribute.perProcessMemoryInMb - The value for perProcessMemoryInMb (can be null)this builder for use in a chained invocationpublic final Apps.Builder totalMemoryInMb(Integer totalMemoryInMb)
totalMemoryInMb attribute.totalMemoryInMb - The value for totalMemoryInMb (can be null)this builder for use in a chained invocationpublic final Apps.Builder totalInstances(Integer totalInstances)
totalInstances attribute.totalInstances - The value for totalInstances (can be null)this builder for use in a chained invocationpublic final Apps.Builder logRateLimitInBytesPerSecond(Integer logRateLimitInBytesPerSecond)
logRateLimitInBytesPerSecond attribute.logRateLimitInBytesPerSecond - The value for logRateLimitInBytesPerSecond (can be null)this builder for use in a chained invocationpublic final Apps.Builder perAppTasks(Integer perAppTasks)
perAppTasks attribute.perAppTasks - The value for perAppTasks (can be null)this builder for use in a chained invocationpublic Apps build()
Apps.IllegalStateException - if any required attributes are missingCopyright © 2026. All rights reserved.