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