Interface EksPodPropertiesOverride.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EksPodPropertiesOverride.Builder,
,EksPodPropertiesOverride> SdkBuilder<EksPodPropertiesOverride.Builder,
,EksPodPropertiesOverride> SdkPojo
- Enclosing class:
EksPodPropertiesOverride
-
Method Summary
Modifier and TypeMethodDescriptioncontainers
(Collection<EksContainerOverride> containers) The overrides for the container that's used on the Amazon EKS pod.containers
(Consumer<EksContainerOverride.Builder>... containers) The overrides for the container that's used on the Amazon EKS pod.containers
(EksContainerOverride... containers) The overrides for the container that's used on the Amazon EKS pod.initContainers
(Collection<EksContainerOverride> initContainers) The overrides for theinitContainers
defined in the Amazon EKS pod.initContainers
(Consumer<EksContainerOverride.Builder>... initContainers) The overrides for theinitContainers
defined in the Amazon EKS pod.initContainers
(EksContainerOverride... initContainers) The overrides for theinitContainers
defined in the Amazon EKS pod.default EksPodPropertiesOverride.Builder
metadata
(Consumer<EksMetadata.Builder> metadata) Metadata about the overrides for the container that's used on the Amazon EKS pod.metadata
(EksMetadata metadata) Metadata about the overrides for the container that's used on the Amazon EKS pod.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
containers
The overrides for the container that's used on the Amazon EKS pod.
- Parameters:
containers
- The overrides for the container that's used on the Amazon EKS pod.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containers
The overrides for the container that's used on the Amazon EKS pod.
- Parameters:
containers
- The overrides for the container that's used on the Amazon EKS pod.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaEksContainerOverride.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocontainers(List<EksContainerOverride>)
.- Parameters:
containers
- a consumer that will call methods onEksContainerOverride.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
initContainers
The overrides for the
initContainers
defined in the Amazon EKS pod. These containers run before application containers, always run to completion, and must complete successfully before the next container starts. These containers are registered with the Amazon EKS Connector agent and persists the registration information in the Kubernetes backend data store. For more information, see Init Containers in the Kubernetes documentation.- Parameters:
initContainers
- The overrides for theinitContainers
defined in the Amazon EKS pod. These containers run before application containers, always run to completion, and must complete successfully before the next container starts. These containers are registered with the Amazon EKS Connector agent and persists the registration information in the Kubernetes backend data store. For more information, see Init Containers in the Kubernetes documentation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
initContainers
The overrides for the
initContainers
defined in the Amazon EKS pod. These containers run before application containers, always run to completion, and must complete successfully before the next container starts. These containers are registered with the Amazon EKS Connector agent and persists the registration information in the Kubernetes backend data store. For more information, see Init Containers in the Kubernetes documentation.- Parameters:
initContainers
- The overrides for theinitContainers
defined in the Amazon EKS pod. These containers run before application containers, always run to completion, and must complete successfully before the next container starts. These containers are registered with the Amazon EKS Connector agent and persists the registration information in the Kubernetes backend data store. For more information, see Init Containers in the Kubernetes documentation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
initContainers
EksPodPropertiesOverride.Builder initContainers(Consumer<EksContainerOverride.Builder>... initContainers) The overrides for the
This is a convenience method that creates an instance of theinitContainers
defined in the Amazon EKS pod. These containers run before application containers, always run to completion, and must complete successfully before the next container starts. These containers are registered with the Amazon EKS Connector agent and persists the registration information in the Kubernetes backend data store. For more information, see Init Containers in the Kubernetes documentation.EksContainerOverride.Builder
avoiding the need to create one manually viaEksContainerOverride.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinitContainers(List<EksContainerOverride>)
.- Parameters:
initContainers
- a consumer that will call methods onEksContainerOverride.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
metadata
Metadata about the overrides for the container that's used on the Amazon EKS pod.
- Parameters:
metadata
- Metadata about the overrides for the container that's used on the Amazon EKS pod.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
Metadata about the overrides for the container that's used on the Amazon EKS pod.
This is a convenience method that creates an instance of theEksMetadata.Builder
avoiding the need to create one manually viaEksMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tometadata(EksMetadata)
.- Parameters:
metadata
- a consumer that will call methods onEksMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-