| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static EksConfiguration.Builder |
EksConfiguration.builder() |
EksConfiguration.Builder |
EksConfiguration.Builder.eksClusterArn(String eksClusterArn)
The Amazon Resource Name (ARN) of the Amazon EKS cluster.
|
EksConfiguration.Builder |
EksConfiguration.Builder.kubernetesNamespace(String kubernetesNamespace)
The namespace of the Amazon EKS cluster.
|
EksConfiguration.Builder |
EksConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EksConfiguration.Builder> |
EksConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.eksConfiguration(Consumer<EksConfiguration.Builder> eksConfiguration)
The configuration for the Amazon EKS cluster that supports the Batch compute environment.
|
default CreateComputeEnvironmentRequest.Builder |
CreateComputeEnvironmentRequest.Builder.eksConfiguration(Consumer<EksConfiguration.Builder> eksConfiguration)
The details for the Amazon EKS cluster that supports the compute environment.
|
Copyright © 2023. All rights reserved.