public static interface ContainerProvider.Builder extends SdkPojo, CopyableBuilder<ContainerProvider.Builder,ContainerProvider>
| Modifier and Type | Method and Description |
|---|---|
ContainerProvider.Builder |
id(String id)
The ID of the container cluster.
|
default ContainerProvider.Builder |
info(Consumer<ContainerInfo.Builder> info)
The information about the container cluster.
|
ContainerProvider.Builder |
info(ContainerInfo info)
The information about the container cluster.
|
ContainerProvider.Builder |
type(ContainerProviderType type)
The type of the container provider.
|
ContainerProvider.Builder |
type(String type)
The type of the container provider.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContainerProvider.Builder type(String type)
The type of the container provider. Amazon EKS is the only supported type as of now.
type - The type of the container provider. Amazon EKS is the only supported type as of now.ContainerProviderType,
ContainerProviderTypeContainerProvider.Builder type(ContainerProviderType type)
The type of the container provider. Amazon EKS is the only supported type as of now.
type - The type of the container provider. Amazon EKS is the only supported type as of now.ContainerProviderType,
ContainerProviderTypeContainerProvider.Builder id(String id)
The ID of the container cluster.
id - The ID of the container cluster.ContainerProvider.Builder info(ContainerInfo info)
The information about the container cluster.
info - The information about the container cluster.default ContainerProvider.Builder info(Consumer<ContainerInfo.Builder> info)
The information about the container cluster.
This is a convenience method that creates an instance of theContainerInfo.Builder avoiding the need
to create one manually via ContainerInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to info(ContainerInfo).
info - a consumer that will call methods on ContainerInfo.Builderinfo(ContainerInfo)Copyright © 2023. All rights reserved.