Uses of Class
software.amazon.awscdk.services.pipes.CfnPipeProps.Builder
-
Uses of CfnPipeProps.Builder in software.amazon.awscdk.services.pipes
Modifier and TypeMethodDescriptionstatic CfnPipeProps.Builder
CfnPipeProps.builder()
CfnPipeProps.Builder.description
(String description) Sets the value ofCfnPipeProps.getDescription()
CfnPipeProps.Builder.desiredState
(String desiredState) Sets the value ofCfnPipeProps.getDesiredState()
CfnPipeProps.Builder.enrichment
(String enrichment) Sets the value ofCfnPipeProps.getEnrichment()
CfnPipeProps.Builder.enrichmentParameters
(IResolvable enrichmentParameters) Sets the value ofCfnPipeProps.getEnrichmentParameters()
CfnPipeProps.Builder.enrichmentParameters
(CfnPipe.PipeEnrichmentParametersProperty enrichmentParameters) Sets the value ofCfnPipeProps.getEnrichmentParameters()
Sets the value ofCfnPipeProps.getName()
Sets the value ofCfnPipeProps.getRoleArn()
Sets the value ofCfnPipeProps.getSource()
CfnPipeProps.Builder.sourceParameters
(IResolvable sourceParameters) Sets the value ofCfnPipeProps.getSourceParameters()
CfnPipeProps.Builder.sourceParameters
(CfnPipe.PipeSourceParametersProperty sourceParameters) Sets the value ofCfnPipeProps.getSourceParameters()
Sets the value ofCfnPipeProps.getTags()
Sets the value ofCfnPipeProps.getTarget()
CfnPipeProps.Builder.targetParameters
(IResolvable targetParameters) Sets the value ofCfnPipeProps.getTargetParameters()
CfnPipeProps.Builder.targetParameters
(CfnPipe.PipeTargetParametersProperty targetParameters) Sets the value ofCfnPipeProps.getTargetParameters()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPipeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPipeProps.Builder
.