Uses of Interface
software.amazon.awssdk.services.emrcontainers.model.EksInfo.Builder
-
Packages that use EksInfo.Builder Package Description software.amazon.awssdk.services.emrcontainers.model -
-
Uses of EksInfo.Builder in software.amazon.awssdk.services.emrcontainers.model
Methods in software.amazon.awssdk.services.emrcontainers.model that return EksInfo.Builder Modifier and Type Method Description static EksInfo.BuilderEksInfo. builder()EksInfo.BuilderEksInfo.Builder. namespace(String namespace)The namespaces of the Amazon EKS cluster.EksInfo.BuilderEksInfo. toBuilder()Methods in software.amazon.awssdk.services.emrcontainers.model that return types with arguments of type EksInfo.Builder Modifier and Type Method Description static Class<? extends EksInfo.Builder>EksInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.emrcontainers.model with type arguments of type EksInfo.Builder Modifier and Type Method Description default ContainerInfo.BuilderContainerInfo.Builder. eksInfo(Consumer<EksInfo.Builder> eksInfo)The information about the Amazon EKS cluster.static ContainerInfoContainerInfo. fromEksInfo(Consumer<EksInfo.Builder> eksInfo)Create an instance of this class withContainerInfo.eksInfo()initialized to the given value.
-