Class SnsTarget.Builder
java.lang.Object
software.amazon.awscdk.services.pipes.targets.alpha.SnsTarget.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SnsTarget>
- Enclosing class:
SnsTarget
@Stability(Experimental)
public static final class SnsTarget.Builder
extends Object
implements software.amazon.jsii.Builder<SnsTarget>
(experimental) A fluent builder for
SnsTarget.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static SnsTarget.BuilderinputTransformation(IInputTransformation inputTransformation) (experimental) The input transformation to apply to the message before sending it to the target.
-
Method Details
-
create
- Parameters:
topic- This parameter is required.- Returns:
- a new instance of
SnsTarget.Builder.
-
inputTransformation
@Stability(Experimental) public SnsTarget.Builder inputTransformation(IInputTransformation inputTransformation) (experimental) The input transformation to apply to the message before sending it to the target.Default: - none
- Parameters:
inputTransformation- The input transformation to apply to the message before sending it to the target. This parameter is required.- Returns:
this- See Also:
-
build
-