public static interface ContainerInfo.Builder extends SdkPojo, CopyableBuilder<ContainerInfo.Builder,ContainerInfo>
| Modifier and Type | Method and Description |
|---|---|
default ContainerInfo.Builder |
eksInfo(Consumer<EksInfo.Builder> eksInfo)
The information about the Amazon EKS cluster.
|
ContainerInfo.Builder |
eksInfo(EksInfo eksInfo)
The information about the Amazon EKS cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContainerInfo.Builder eksInfo(EksInfo eksInfo)
The information about the Amazon EKS cluster.
eksInfo - The information about the Amazon EKS cluster.default ContainerInfo.Builder eksInfo(Consumer<EksInfo.Builder> eksInfo)
The information about the Amazon EKS cluster.
This is a convenience method that creates an instance of theEksInfo.Builder avoiding the need to
create one manually via EksInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to eksInfo(EksInfo).
eksInfo - a consumer that will call methods on EksInfo.BuildereksInfo(EksInfo)Copyright © 2023. All rights reserved.