@Stability(value=Stable) public static final class CfnPipeline.SelectAttributesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPipeline.SelectAttributesProperty>
CfnPipeline.SelectAttributesProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPipeline.SelectAttributesProperty.Builder |
attributes(List<String> attributes)
Sets the value of
CfnPipeline.SelectAttributesProperty.getAttributes() |
CfnPipeline.SelectAttributesProperty |
build()
Builds the configured instance.
|
CfnPipeline.SelectAttributesProperty.Builder |
name(String name)
Sets the value of
CfnPipeline.SelectAttributesProperty.getName() |
CfnPipeline.SelectAttributesProperty.Builder |
next(String next)
Sets the value of
CfnPipeline.SelectAttributesProperty.getNext() |
@Stability(value=Stable) public CfnPipeline.SelectAttributesProperty.Builder attributes(List<String> attributes)
CfnPipeline.SelectAttributesProperty.getAttributes()attributes - A list of the attributes to select from the message. This parameter is required.this@Stability(value=Stable) public CfnPipeline.SelectAttributesProperty.Builder name(String name)
CfnPipeline.SelectAttributesProperty.getName()name - The name of the 'selectAttributes' activity. This parameter is required.this@Stability(value=Stable) public CfnPipeline.SelectAttributesProperty.Builder next(String next)
CfnPipeline.SelectAttributesProperty.getNext()next - The next activity in the pipeline.this@Stability(value=Stable) public CfnPipeline.SelectAttributesProperty build()
build in interface software.amazon.jsii.Builder<CfnPipeline.SelectAttributesProperty>CfnPipeline.SelectAttributesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.