public static interface EksProperties.Builder extends SdkPojo, CopyableBuilder<EksProperties.Builder,EksProperties>
| Modifier and Type | Method and Description |
|---|---|
default EksProperties.Builder |
podProperties(Consumer<EksPodProperties.Builder> podProperties)
The properties for the Kubernetes pod resources of a job.
|
EksProperties.Builder |
podProperties(EksPodProperties podProperties)
The properties for the Kubernetes pod resources of a job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEksProperties.Builder podProperties(EksPodProperties podProperties)
The properties for the Kubernetes pod resources of a job.
podProperties - The properties for the Kubernetes pod resources of a job.default EksProperties.Builder podProperties(Consumer<EksPodProperties.Builder> podProperties)
The properties for the Kubernetes pod resources of a job.
This is a convenience method that creates an instance of theEksPodProperties.Builder avoiding the
need to create one manually via EksPodProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to podProperties(EksPodProperties).
podProperties - a consumer that will call methods on EksPodProperties.BuilderpodProperties(EksPodProperties)Copyright © 2023. All rights reserved.