Class OrganizationsDeploymentProps.Builder
java.lang.Object
software.amazon.awscdk.services.codepipeline.actions.OrganizationsDeploymentProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<OrganizationsDeploymentProps>
- Enclosing interface:
- OrganizationsDeploymentProps
@Stability(Stable)
public static final class OrganizationsDeploymentProps.Builder
extends Object
implements software.amazon.jsii.Builder<OrganizationsDeploymentProps>
A builder for
OrganizationsDeploymentProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionautoDeployment
(StackSetOrganizationsAutoDeployment autoDeployment) Sets the value ofOrganizationsDeploymentProps.getAutoDeployment()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
autoDeployment
@Stability(Stable) public OrganizationsDeploymentProps.Builder autoDeployment(StackSetOrganizationsAutoDeployment autoDeployment) Sets the value ofOrganizationsDeploymentProps.getAutoDeployment()
- Parameters:
autoDeployment
- Automatically deploy to new accounts added to Organizational Units. Whether AWS CloudFormation StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<OrganizationsDeploymentProps>
- Returns:
- a new instance of
OrganizationsDeploymentProps
- Throws:
NullPointerException
- if any required attribute was not provided
-