| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static EksPodProperties.Builder |
EksPodProperties.builder() |
EksPodProperties.Builder |
EksPodProperties.Builder.containers(Collection<EksContainer> containers)
The properties of the container that's used on the Amazon EKS pod.
|
EksPodProperties.Builder |
EksPodProperties.Builder.containers(Consumer<EksContainer.Builder>... containers)
The properties of the container that's used on the Amazon EKS pod.
|
EksPodProperties.Builder |
EksPodProperties.Builder.containers(EksContainer... containers)
The properties of the container that's used on the Amazon EKS pod.
|
EksPodProperties.Builder |
EksPodProperties.Builder.dnsPolicy(String dnsPolicy)
The DNS policy for the pod.
|
EksPodProperties.Builder |
EksPodProperties.Builder.hostNetwork(Boolean hostNetwork)
Indicates if the pod uses the hosts' network IP address.
|
default EksPodProperties.Builder |
EksPodProperties.Builder.metadata(Consumer<EksMetadata.Builder> metadata)
Metadata about the Kubernetes pod.
|
EksPodProperties.Builder |
EksPodProperties.Builder.metadata(EksMetadata metadata)
Metadata about the Kubernetes pod.
|
EksPodProperties.Builder |
EksPodProperties.Builder.serviceAccountName(String serviceAccountName)
The name of the service account that's used to run the pod.
|
EksPodProperties.Builder |
EksPodProperties.toBuilder() |
EksPodProperties.Builder |
EksPodProperties.Builder.volumes(Collection<EksVolume> volumes)
Specifies the volumes for a job definition that uses Amazon EKS resources.
|
EksPodProperties.Builder |
EksPodProperties.Builder.volumes(Consumer<EksVolume.Builder>... volumes)
Specifies the volumes for a job definition that uses Amazon EKS resources.
|
EksPodProperties.Builder |
EksPodProperties.Builder.volumes(EksVolume... volumes)
Specifies the volumes for a job definition that uses Amazon EKS resources.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EksPodProperties.Builder> |
EksPodProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EksProperties.Builder |
EksProperties.Builder.podProperties(Consumer<EksPodProperties.Builder> podProperties)
The properties for the Kubernetes pod resources of a job.
|
Copyright © 2023. All rights reserved.