Uses of Interface
software.amazon.awssdk.services.eventbridge.model.EcsParameters.Builder
Packages that use EcsParameters.Builder
-
Uses of EcsParameters.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return EcsParameters.BuilderModifier and TypeMethodDescriptionstatic EcsParameters.BuilderEcsParameters.builder()EcsParameters.Builder.capacityProviderStrategy(Collection<CapacityProviderStrategyItem> capacityProviderStrategy) The capacity provider strategy to use for the task.EcsParameters.Builder.capacityProviderStrategy(Consumer<CapacityProviderStrategyItem.Builder>... capacityProviderStrategy) The capacity provider strategy to use for the task.EcsParameters.Builder.capacityProviderStrategy(CapacityProviderStrategyItem... capacityProviderStrategy) The capacity provider strategy to use for the task.EcsParameters.Builder.enableECSManagedTags(Boolean enableECSManagedTags) Specifies whether to enable Amazon ECS managed tags for the task.EcsParameters.Builder.enableExecuteCommand(Boolean enableExecuteCommand) Whether or not to enable the execute command functionality for the containers in this task.Specifies an ECS task group for the task.EcsParameters.Builder.launchType(String launchType) Specifies the launch type on which your task is running.EcsParameters.Builder.launchType(LaunchType launchType) Specifies the launch type on which your task is running.default EcsParameters.BuilderEcsParameters.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration) Use this structure if the Amazon ECS task uses theawsvpcnetwork mode.EcsParameters.Builder.networkConfiguration(NetworkConfiguration networkConfiguration) Use this structure if the Amazon ECS task uses theawsvpcnetwork mode.EcsParameters.Builder.placementConstraints(Collection<PlacementConstraint> placementConstraints) An array of placement constraint objects to use for the task.EcsParameters.Builder.placementConstraints(Consumer<PlacementConstraint.Builder>... placementConstraints) An array of placement constraint objects to use for the task.EcsParameters.Builder.placementConstraints(PlacementConstraint... placementConstraints) An array of placement constraint objects to use for the task.EcsParameters.Builder.placementStrategy(Collection<PlacementStrategy> placementStrategy) The placement strategy objects to use for the task.EcsParameters.Builder.placementStrategy(Consumer<PlacementStrategy.Builder>... placementStrategy) The placement strategy objects to use for the task.EcsParameters.Builder.placementStrategy(PlacementStrategy... placementStrategy) The placement strategy objects to use for the task.EcsParameters.Builder.platformVersion(String platformVersion) Specifies the platform version for the task.EcsParameters.Builder.propagateTags(String propagateTags) Specifies whether to propagate the tags from the task definition to the task.EcsParameters.Builder.propagateTags(PropagateTags propagateTags) Specifies whether to propagate the tags from the task definition to the task.EcsParameters.Builder.referenceId(String referenceId) The reference ID to use for the task.EcsParameters.Builder.tags(Collection<Tag> tags) The metadata that you apply to the task to help you categorize and organize them.EcsParameters.Builder.tags(Consumer<Tag.Builder>... tags) The metadata that you apply to the task to help you categorize and organize them.The metadata that you apply to the task to help you categorize and organize them.The number of tasks to create based onTaskDefinition.EcsParameters.Builder.taskDefinitionArn(String taskDefinitionArn) The ARN of the task definition to use if the event target is an Amazon ECS task.EcsParameters.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type EcsParameters.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EcsParameters.Builder>EcsParameters.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type EcsParameters.BuilderModifier and TypeMethodDescriptiondefault Target.BuilderTarget.Builder.ecsParameters(Consumer<EcsParameters.Builder> ecsParameters) Contains the Amazon ECS task definition and task count to be used, if the event target is an Amazon ECS task.