Uses of Interface
software.amazon.awssdk.services.batch.model.EcsPropertiesDetail.Builder
-
Packages that use EcsPropertiesDetail.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of EcsPropertiesDetail.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return EcsPropertiesDetail.Builder Modifier and Type Method Description static EcsPropertiesDetail.BuilderEcsPropertiesDetail. builder()EcsPropertiesDetail.BuilderEcsPropertiesDetail.Builder. taskProperties(Collection<EcsTaskDetails> taskProperties)The properties for the Amazon ECS task definition of a job.EcsPropertiesDetail.BuilderEcsPropertiesDetail.Builder. taskProperties(Consumer<EcsTaskDetails.Builder>... taskProperties)The properties for the Amazon ECS task definition of a job.EcsPropertiesDetail.BuilderEcsPropertiesDetail.Builder. taskProperties(EcsTaskDetails... taskProperties)The properties for the Amazon ECS task definition of a job.EcsPropertiesDetail.BuilderEcsPropertiesDetail. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type EcsPropertiesDetail.Builder Modifier and Type Method Description static Class<? extends EcsPropertiesDetail.Builder>EcsPropertiesDetail. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type EcsPropertiesDetail.Builder Modifier and Type Method Description default JobDetail.BuilderJobDetail.Builder. ecsProperties(Consumer<EcsPropertiesDetail.Builder> ecsProperties)An object with properties that are specific to Amazon ECS-based jobs.
-