Uses of Interface
software.amazon.awssdk.services.batch.model.EksConfiguration.Builder
-
Packages that use EksConfiguration.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of EksConfiguration.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return EksConfiguration.Builder Modifier and Type Method Description static EksConfiguration.BuilderEksConfiguration. builder()EksConfiguration.BuilderEksConfiguration.Builder. eksClusterArn(String eksClusterArn)The Amazon Resource Name (ARN) of the Amazon EKS cluster.EksConfiguration.BuilderEksConfiguration.Builder. kubernetesNamespace(String kubernetesNamespace)The namespace of the Amazon EKS cluster.EksConfiguration.BuilderEksConfiguration. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type EksConfiguration.Builder Modifier and Type Method Description static Class<? extends EksConfiguration.Builder>EksConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type EksConfiguration.Builder Modifier and Type Method Description default ComputeEnvironmentDetail.BuilderComputeEnvironmentDetail.Builder. eksConfiguration(Consumer<EksConfiguration.Builder> eksConfiguration)The configuration for the Amazon EKS cluster that supports the Batch compute environment.default CreateComputeEnvironmentRequest.BuilderCreateComputeEnvironmentRequest.Builder. eksConfiguration(Consumer<EksConfiguration.Builder> eksConfiguration)The details for the Amazon EKS cluster that supports the compute environment.
-