@Stability(value=Experimental) public static final class CodePipelineTargetOptions.Builder extends Object implements software.amazon.jsii.Builder<CodePipelineTargetOptions>
CodePipelineTargetOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CodePipelineTargetOptions |
build()
Builds the configured instance.
|
CodePipelineTargetOptions.Builder |
eventRole(IRole eventRole)
Sets the value of
CodePipelineTargetOptions.getEventRole() |
@Stability(value=Experimental) public CodePipelineTargetOptions.Builder eventRole(IRole eventRole)
CodePipelineTargetOptions.getEventRole()eventRole - The role to assume before invoking the target (i.e., the pipeline) when the given rule is triggered.this@Stability(value=Experimental) public CodePipelineTargetOptions build()
build in interface software.amazon.jsii.Builder<CodePipelineTargetOptions>CodePipelineTargetOptionsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.