Class PipeTargetParameters
- java.lang.Object
-
- software.amazon.awssdk.services.pipes.model.PipeTargetParameters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PipeTargetParameters.Builder,PipeTargetParameters>
@Generated("software.amazon.awssdk:codegen") public final class PipeTargetParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PipeTargetParameters.Builder,PipeTargetParameters>
The parameters required to set up a target for your pipe.
For more information about pipe target parameters, including how to use dynamic path parameters, see Target parameters in the Amazon EventBridge User Guide.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePipeTargetParameters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PipeTargetBatchJobParametersbatchJobParameters()The parameters for using an Batch job as a target.static PipeTargetParameters.Builderbuilder()PipeTargetCloudWatchLogsParameterscloudWatchLogsParameters()The parameters for using an CloudWatch Logs log stream as a target.PipeTargetEcsTaskParametersecsTaskParameters()The parameters for using an Amazon ECS task as a target.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)PipeTargetEventBridgeEventBusParameterseventBridgeEventBusParameters()The parameters for using an EventBridge event bus as a target.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()PipeTargetHttpParametershttpParameters()These are custom parameter to be used when the target is an API Gateway REST APIs or EventBridge ApiDestinations.StringinputTemplate()Valid JSON text passed to the target.PipeTargetKinesisStreamParameterskinesisStreamParameters()The parameters for using a Kinesis stream as a target.PipeTargetLambdaFunctionParameterslambdaFunctionParameters()The parameters for using a Lambda function as a target.PipeTargetRedshiftDataParametersredshiftDataParameters()These are custom parameters to be used when the target is a Amazon Redshift cluster to invoke the Amazon Redshift Data API BatchExecuteStatement.PipeTargetSageMakerPipelineParameterssageMakerPipelineParameters()The parameters for using a SageMaker pipeline as a target.List<SdkField<?>>sdkFields()static Class<? extends PipeTargetParameters.Builder>serializableBuilderClass()PipeTargetSqsQueueParameterssqsQueueParameters()The parameters for using a Amazon SQS stream as a target.PipeTargetStateMachineParametersstepFunctionStateMachineParameters()The parameters for using a Step Functions state machine as a target.PipeTargetParameters.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
batchJobParameters
public final PipeTargetBatchJobParameters batchJobParameters()
The parameters for using an Batch job as a target.
- Returns:
- The parameters for using an Batch job as a target.
-
cloudWatchLogsParameters
public final PipeTargetCloudWatchLogsParameters cloudWatchLogsParameters()
The parameters for using an CloudWatch Logs log stream as a target.
- Returns:
- The parameters for using an CloudWatch Logs log stream as a target.
-
ecsTaskParameters
public final PipeTargetEcsTaskParameters ecsTaskParameters()
The parameters for using an Amazon ECS task as a target.
- Returns:
- The parameters for using an Amazon ECS task as a target.
-
eventBridgeEventBusParameters
public final PipeTargetEventBridgeEventBusParameters eventBridgeEventBusParameters()
The parameters for using an EventBridge event bus as a target.
- Returns:
- The parameters for using an EventBridge event bus as a target.
-
httpParameters
public final PipeTargetHttpParameters httpParameters()
These are custom parameter to be used when the target is an API Gateway REST APIs or EventBridge ApiDestinations.
- Returns:
- These are custom parameter to be used when the target is an API Gateway REST APIs or EventBridge ApiDestinations.
-
inputTemplate
public final String inputTemplate()
Valid JSON text passed to the target. In this case, nothing from the event itself is passed to the target. For more information, see The JavaScript Object Notation (JSON) Data Interchange Format.
To remove an input template, specify an empty string.
- Returns:
- Valid JSON text passed to the target. In this case, nothing from the event itself is passed to the
target. For more information, see The JavaScript
Object Notation (JSON) Data Interchange Format.
To remove an input template, specify an empty string.
-
kinesisStreamParameters
public final PipeTargetKinesisStreamParameters kinesisStreamParameters()
The parameters for using a Kinesis stream as a target.
- Returns:
- The parameters for using a Kinesis stream as a target.
-
lambdaFunctionParameters
public final PipeTargetLambdaFunctionParameters lambdaFunctionParameters()
The parameters for using a Lambda function as a target.
- Returns:
- The parameters for using a Lambda function as a target.
-
redshiftDataParameters
public final PipeTargetRedshiftDataParameters redshiftDataParameters()
These are custom parameters to be used when the target is a Amazon Redshift cluster to invoke the Amazon Redshift Data API BatchExecuteStatement.
- Returns:
- These are custom parameters to be used when the target is a Amazon Redshift cluster to invoke the Amazon Redshift Data API BatchExecuteStatement.
-
sageMakerPipelineParameters
public final PipeTargetSageMakerPipelineParameters sageMakerPipelineParameters()
The parameters for using a SageMaker pipeline as a target.
- Returns:
- The parameters for using a SageMaker pipeline as a target.
-
sqsQueueParameters
public final PipeTargetSqsQueueParameters sqsQueueParameters()
The parameters for using a Amazon SQS stream as a target.
- Returns:
- The parameters for using a Amazon SQS stream as a target.
-
stepFunctionStateMachineParameters
public final PipeTargetStateMachineParameters stepFunctionStateMachineParameters()
The parameters for using a Step Functions state machine as a target.
- Returns:
- The parameters for using a Step Functions state machine as a target.
-
toBuilder
public PipeTargetParameters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PipeTargetParameters.Builder,PipeTargetParameters>
-
builder
public static PipeTargetParameters.Builder builder()
-
serializableBuilderClass
public static Class<? extends PipeTargetParameters.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-