Uses of Interface
software.amazon.awssdk.services.eventbridge.model.Target.Builder
Packages that use Target.Builder
-
Uses of Target.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return Target.BuilderModifier and TypeMethodDescriptiondefault Target.BuilderTarget.Builder.appSyncParameters(Consumer<AppSyncParameters.Builder> appSyncParameters) Contains the GraphQL operation to be parsed and executed, if the event target is an AppSync API.Target.Builder.appSyncParameters(AppSyncParameters appSyncParameters) Contains the GraphQL operation to be parsed and executed, if the event target is an AppSync API.The Amazon Resource Name (ARN) of the target.default Target.BuilderTarget.Builder.batchParameters(Consumer<BatchParameters.Builder> batchParameters) If the event target is an Batch job, this contains the job definition, job name, and other parameters.Target.Builder.batchParameters(BatchParameters batchParameters) If the event target is an Batch job, this contains the job definition, job name, and other parameters.static Target.BuilderTarget.builder()default Target.BuilderTarget.Builder.deadLetterConfig(Consumer<DeadLetterConfig.Builder> deadLetterConfig) TheDeadLetterConfigthat defines the target queue to send dead-letter queue events to.Target.Builder.deadLetterConfig(DeadLetterConfig deadLetterConfig) TheDeadLetterConfigthat defines the target queue to send dead-letter queue events to.default 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.Target.Builder.ecsParameters(EcsParameters ecsParameters) Contains the Amazon ECS task definition and task count to be used, if the event target is an Amazon ECS task.default Target.BuilderTarget.Builder.httpParameters(Consumer<HttpParameters.Builder> httpParameters) Contains the HTTP parameters to use when the target is a API Gateway endpoint or EventBridge ApiDestination.Target.Builder.httpParameters(HttpParameters httpParameters) Contains the HTTP parameters to use when the target is a API Gateway endpoint or EventBridge ApiDestination.The ID of the target within the specified rule.Valid JSON text passed to the target.The value of the JSONPath that is used for extracting part of the matched event when passing it to the target.default Target.BuilderTarget.Builder.inputTransformer(Consumer<InputTransformer.Builder> inputTransformer) Settings to enable you to provide custom input to a target based on certain event data.Target.Builder.inputTransformer(InputTransformer inputTransformer) Settings to enable you to provide custom input to a target based on certain event data.default Target.BuilderTarget.Builder.kinesisParameters(Consumer<KinesisParameters.Builder> kinesisParameters) The custom parameter you can use to control the shard assignment, when the target is a Kinesis data stream.Target.Builder.kinesisParameters(KinesisParameters kinesisParameters) The custom parameter you can use to control the shard assignment, when the target is a Kinesis data stream.default Target.BuilderTarget.Builder.redshiftDataParameters(Consumer<RedshiftDataParameters.Builder> redshiftDataParameters) Contains the Amazon Redshift Data API parameters to use when the target is a Amazon Redshift cluster.Target.Builder.redshiftDataParameters(RedshiftDataParameters redshiftDataParameters) Contains the Amazon Redshift Data API parameters to use when the target is a Amazon Redshift cluster.default Target.BuilderTarget.Builder.retryPolicy(Consumer<RetryPolicy.Builder> retryPolicy) The retry policy configuration to use for the dead-letter queue.Target.Builder.retryPolicy(RetryPolicy retryPolicy) The retry policy configuration to use for the dead-letter queue.The Amazon Resource Name (ARN) of the IAM role to be used for this target when the rule is triggered.default Target.BuilderTarget.Builder.runCommandParameters(Consumer<RunCommandParameters.Builder> runCommandParameters) Parameters used when you are using the rule to invoke Amazon EC2 Run Command.Target.Builder.runCommandParameters(RunCommandParameters runCommandParameters) Parameters used when you are using the rule to invoke Amazon EC2 Run Command.default Target.BuilderTarget.Builder.sageMakerPipelineParameters(Consumer<SageMakerPipelineParameters.Builder> sageMakerPipelineParameters) Contains the SageMaker AI Model Building Pipeline parameters to start execution of a SageMaker AI Model Building Pipeline.Target.Builder.sageMakerPipelineParameters(SageMakerPipelineParameters sageMakerPipelineParameters) Contains the SageMaker AI Model Building Pipeline parameters to start execution of a SageMaker AI Model Building Pipeline.default Target.BuilderTarget.Builder.sqsParameters(Consumer<SqsParameters.Builder> sqsParameters) Contains the message group ID to use when the target is a FIFO queue.Target.Builder.sqsParameters(SqsParameters sqsParameters) Contains the message group ID to use when the target is a FIFO queue.Target.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type Target.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Target.Builder>Target.serializableBuilderClass()