@Stability(value=Stable) public static final class CfnPipeline.AddAttributesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPipeline.AddAttributesProperty>
CfnPipeline.AddAttributesProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPipeline.AddAttributesProperty.Builder |
attributes(IResolvable attributes)
Sets the value of
CfnPipeline.AddAttributesProperty.getAttributes() |
CfnPipeline.AddAttributesProperty.Builder |
attributes(Map<String,String> attributes)
Sets the value of
CfnPipeline.AddAttributesProperty.getAttributes() |
CfnPipeline.AddAttributesProperty |
build()
Builds the configured instance.
|
CfnPipeline.AddAttributesProperty.Builder |
name(String name)
Sets the value of
CfnPipeline.AddAttributesProperty.getName() |
CfnPipeline.AddAttributesProperty.Builder |
next(String next)
Sets the value of
CfnPipeline.AddAttributesProperty.getNext() |
@Stability(value=Stable) public CfnPipeline.AddAttributesProperty.Builder attributes(IResolvable attributes)
CfnPipeline.AddAttributesProperty.getAttributes()attributes - A list of 1-50 "AttributeNameMapping" objects that map an existing attribute to a new attribute. This parameter is required.
The existing attributes remain in the message, so if you want to remove the originals, use "RemoveAttributeActivity".
this@Stability(value=Stable) public CfnPipeline.AddAttributesProperty.Builder attributes(Map<String,String> attributes)
CfnPipeline.AddAttributesProperty.getAttributes()attributes - A list of 1-50 "AttributeNameMapping" objects that map an existing attribute to a new attribute. This parameter is required.
The existing attributes remain in the message, so if you want to remove the originals, use "RemoveAttributeActivity".
this@Stability(value=Stable) public CfnPipeline.AddAttributesProperty.Builder name(String name)
CfnPipeline.AddAttributesProperty.getName()name - The name of the 'addAttributes' activity. This parameter is required.this@Stability(value=Stable) public CfnPipeline.AddAttributesProperty.Builder next(String next)
CfnPipeline.AddAttributesProperty.getNext()next - The next activity in the pipeline.this@Stability(value=Stable) public CfnPipeline.AddAttributesProperty build()
build in interface software.amazon.jsii.Builder<CfnPipeline.AddAttributesProperty>CfnPipeline.AddAttributesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.