public static interface EksPodPropertiesOverride.Builder extends SdkPojo, CopyableBuilder<EksPodPropertiesOverride.Builder,EksPodPropertiesOverride>
| Modifier and Type | Method and Description |
|---|---|
EksPodPropertiesOverride.Builder |
containers(Collection<EksContainerOverride> containers)
The overrides for the container that's used on the Amazon EKS pod.
|
EksPodPropertiesOverride.Builder |
containers(Consumer<EksContainerOverride.Builder>... containers)
The overrides for the container that's used on the Amazon EKS pod.
|
EksPodPropertiesOverride.Builder |
containers(EksContainerOverride... containers)
The overrides for the container that's used on the Amazon EKS pod.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEksPodPropertiesOverride.Builder containers(Collection<EksContainerOverride> containers)
The overrides for the container that's used on the Amazon EKS pod.
containers - The overrides for the container that's used on the Amazon EKS pod.EksPodPropertiesOverride.Builder containers(EksContainerOverride... containers)
The overrides for the container that's used on the Amazon EKS pod.
containers - The overrides for the container that's used on the Amazon EKS pod.EksPodPropertiesOverride.Builder containers(Consumer<EksContainerOverride.Builder>... containers)
The overrides for the container that's used on the Amazon EKS pod.
This is a convenience method that creates an instance of theEksContainerOverride.Builder avoiding the need to create
one manually via EksContainerOverride.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #containers(List.
containers - a consumer that will call methods on
EksContainerOverride.Builder#containers(java.util.Collection) Copyright © 2022. All rights reserved.