Uses of Interface
software.amazon.awssdk.services.batch.model.EcsProperties.Builder
-
Packages that use EcsProperties.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of EcsProperties.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return EcsProperties.Builder Modifier and Type Method Description static EcsProperties.BuilderEcsProperties. builder()EcsProperties.BuilderEcsProperties.Builder. taskProperties(Collection<EcsTaskProperties> taskProperties)An object that contains the properties for the Amazon ECS task definition of a job.EcsProperties.BuilderEcsProperties.Builder. taskProperties(Consumer<EcsTaskProperties.Builder>... taskProperties)An object that contains the properties for the Amazon ECS task definition of a job.EcsProperties.BuilderEcsProperties.Builder. taskProperties(EcsTaskProperties... taskProperties)An object that contains the properties for the Amazon ECS task definition of a job.EcsProperties.BuilderEcsProperties. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type EcsProperties.Builder Modifier and Type Method Description static Class<? extends EcsProperties.Builder>EcsProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type EcsProperties.Builder Modifier and Type Method Description default JobDefinition.BuilderJobDefinition.Builder. ecsProperties(Consumer<EcsProperties.Builder> ecsProperties)An object that contains the properties for the Amazon ECS resources of a job.WhenecsPropertiesis used in the job definition, it can't be used in addition tocontainerProperties,eksProperties, ornodeProperties.default NodeRangeProperty.BuilderNodeRangeProperty.Builder. ecsProperties(Consumer<EcsProperties.Builder> ecsProperties)This is an object that represents the properties of the node range for a multi-node parallel job.default RegisterJobDefinitionRequest.BuilderRegisterJobDefinitionRequest.Builder. ecsProperties(Consumer<EcsProperties.Builder> ecsProperties)An object with properties that are specific to Amazon ECS-based jobs.
-