| Package | Description |
|---|---|
| software.amazon.awssdk.services.emrcontainers.model |
| Modifier and Type | Method and Description |
|---|---|
static EksInfo.Builder |
EksInfo.builder() |
EksInfo.Builder |
EksInfo.Builder.namespace(String namespace)
The namespaces of the Amazon EKS cluster.
|
EksInfo.Builder |
EksInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EksInfo.Builder> |
EksInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ContainerInfo.Builder |
ContainerInfo.Builder.eksInfo(Consumer<EksInfo.Builder> eksInfo)
The information about the Amazon EKS cluster.
|
static ContainerInfo |
ContainerInfo.fromEksInfo(Consumer<EksInfo.Builder> eksInfo)
Create an instance of this class with
ContainerInfo.eksInfo() initialized to the given value. |
Copyright © 2023. All rights reserved.