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