Uses of Class
software.amazon.awscdk.services.pipes.CfnPipeProps.Builder
Packages that use CfnPipeProps.Builder
-
Uses of CfnPipeProps.Builder in software.amazon.awscdk.services.pipes
Methods in software.amazon.awscdk.services.pipes that return CfnPipeProps.BuilderModifier 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()
CfnPipeProps.Builder.kmsKeyIdentifier
(String kmsKeyIdentifier) Sets the value ofCfnPipeProps.getKmsKeyIdentifier()
CfnPipeProps.Builder.logConfiguration
(IResolvable logConfiguration) Sets the value ofCfnPipeProps.getLogConfiguration()
CfnPipeProps.Builder.logConfiguration
(CfnPipe.PipeLogConfigurationProperty logConfiguration) Sets the value ofCfnPipeProps.getLogConfiguration()
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()
Constructors in software.amazon.awscdk.services.pipes with parameters of type CfnPipeProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPipeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPipeProps.Builder
.