| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
EksPodPropertiesDetail |
EksPodPropertiesDetail.clone() |
EksPodPropertiesDetail |
EksPropertiesDetail.getPodProperties()
The properties for the Kubernetes pod resources of a job.
|
EksPodPropertiesDetail |
EksPodPropertiesDetail.withContainers(Collection<EksContainerDetail> containers)
The properties of the container that's used on the Amazon EKS pod.
|
EksPodPropertiesDetail |
EksPodPropertiesDetail.withContainers(EksContainerDetail... containers)
The properties of the container that's used on the Amazon EKS pod.
|
EksPodPropertiesDetail |
EksPodPropertiesDetail.withDnsPolicy(String dnsPolicy)
The DNS policy for the pod.
|
EksPodPropertiesDetail |
EksPodPropertiesDetail.withHostNetwork(Boolean hostNetwork)
Indicates if the pod uses the hosts' network IP address.
|
EksPodPropertiesDetail |
EksPodPropertiesDetail.withMetadata(EksMetadata metadata) |
EksPodPropertiesDetail |
EksPodPropertiesDetail.withNodeName(String nodeName)
The name of the node for this job.
|
EksPodPropertiesDetail |
EksPodPropertiesDetail.withPodName(String podName)
The name of the pod for this job.
|
EksPodPropertiesDetail |
EksPodPropertiesDetail.withServiceAccountName(String serviceAccountName)
The name of the service account that's used to run the pod.
|
EksPodPropertiesDetail |
EksPodPropertiesDetail.withVolumes(Collection<EksVolume> volumes)
Specifies the volumes for a job definition using Amazon EKS resources.
|
EksPodPropertiesDetail |
EksPodPropertiesDetail.withVolumes(EksVolume... volumes)
Specifies the volumes for a job definition using Amazon EKS resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EksPropertiesDetail.setPodProperties(EksPodPropertiesDetail podProperties)
The properties for the Kubernetes pod resources of a job.
|
EksPropertiesDetail |
EksPropertiesDetail.withPodProperties(EksPodPropertiesDetail podProperties)
The properties for the Kubernetes pod resources of a job.
|
Copyright © 2023. All rights reserved.