Uses of Class
software.amazon.awscdk.services.pipes.CfnPipe.Builder
Packages that use CfnPipe.Builder
-
Uses of CfnPipe.Builder in software.amazon.awscdk.services.pipes
Methods in software.amazon.awscdk.services.pipes that return CfnPipe.BuilderModifier and TypeMethodDescriptionstatic CfnPipe.Builder
CfnPipe.Builder.description
(String description) A description of the pipe.CfnPipe.Builder.desiredState
(String desiredState) The state the pipe should be in.CfnPipe.Builder.enrichment
(String enrichment) The ARN of the enrichment resource.CfnPipe.Builder.enrichmentParameters
(IResolvable enrichmentParameters) The parameters required to set up enrichment on your pipe.CfnPipe.Builder.enrichmentParameters
(CfnPipe.PipeEnrichmentParametersProperty enrichmentParameters) The parameters required to set up enrichment on your pipe.The name of the pipe.The ARN of the role that allows the pipe to send data to the target.The ARN of the source resource.CfnPipe.Builder.sourceParameters
(IResolvable sourceParameters) The parameters required to set up a source for your pipe.CfnPipe.Builder.sourceParameters
(CfnPipe.PipeSourceParametersProperty sourceParameters) The parameters required to set up a source for your pipe.The list of key-value pairs to associate with the pipe.The ARN of the target resource.CfnPipe.Builder.targetParameters
(IResolvable targetParameters) The parameters required to set up a target for your pipe.CfnPipe.Builder.targetParameters
(CfnPipe.PipeTargetParametersProperty targetParameters) The parameters required to set up a target for your pipe.