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 EKS cluster.
|
ContainerInfo.Builder |
eksInfo(EksInfo eksInfo)
The information about the EKS cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContainerInfo.Builder eksInfo(EksInfo eksInfo)
The information about the EKS cluster.
eksInfo - The information about the EKS cluster.default ContainerInfo.Builder eksInfo(Consumer<EksInfo.Builder> eksInfo)
The information about the EKS cluster.
This is a convenience 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 © 2021. All rights reserved.