static EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.builder() |
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.containers(Collection<EksContainerDetail> containers) |
The properties of the container that's used on the Amazon EKS pod.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.containers(Consumer<EksContainerDetail.Builder>... containers) |
The properties of the container that's used on the Amazon EKS pod.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.containers(EksContainerDetail... containers) |
The properties of the container that's used on the Amazon EKS pod.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.dnsPolicy(String dnsPolicy) |
The DNS policy for the pod.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.hostNetwork(Boolean hostNetwork) |
Indicates if the pod uses the hosts' network IP address.
|
default EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.metadata(Consumer<EksMetadata.Builder> metadata) |
Sets the value of the Metadata property for this object.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.metadata(EksMetadata metadata) |
Sets the value of the Metadata property for this object.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.nodeName(String nodeName) |
The name of the node for this job.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.podName(String podName) |
The name of the pod for this job.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.serviceAccountName(String serviceAccountName) |
The name of the service account that's used to run the pod.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.toBuilder() |
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.volumes(Collection<EksVolume> volumes) |
Specifies the volumes for a job definition using Amazon EKS resources.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.volumes(Consumer<EksVolume.Builder>... volumes) |
Specifies the volumes for a job definition using Amazon EKS resources.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.volumes(EksVolume... volumes) |
Specifies the volumes for a job definition using Amazon EKS resources.
|