| Package | Description |
|---|---|
| software.amazon.awssdk.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,InitialCapacityConfig> |
Application.initialCapacity()
The initial capacity of the application.
|
Map<String,InitialCapacityConfig> |
UpdateApplicationRequest.initialCapacity()
The capacity to initialize when the application is updated.
|
Map<String,InitialCapacityConfig> |
CreateApplicationRequest.initialCapacity()
The capacity to initialize when the application is created.
|
| Modifier and Type | Method and Description |
|---|---|
Application.Builder |
Application.Builder.initialCapacity(Map<String,InitialCapacityConfig> initialCapacity)
The initial capacity of the application.
|
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.initialCapacity(Map<String,InitialCapacityConfig> initialCapacity)
The capacity to initialize when the application is updated.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.initialCapacity(Map<String,InitialCapacityConfig> initialCapacity)
The capacity to initialize when the application is created.
|
Copyright © 2023. All rights reserved.