Package software.amazon.awscdk.pipelines
Class FromStackArtifactOptions.Builder
java.lang.Object
software.amazon.awscdk.pipelines.FromStackArtifactOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<FromStackArtifactOptions>
- Enclosing interface:
- FromStackArtifactOptions
@Stability(Deprecated)
@Deprecated
public static final class FromStackArtifactOptions.Builder
extends Object
implements software.amazon.jsii.Builder<FromStackArtifactOptions>
Deprecated.
A builder for
FromStackArtifactOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.cloudAssemblyInput(Artifact cloudAssemblyInput) Deprecated.executeRunOrder(Number executeRunOrder) Deprecated.Deprecated.outputFileName(String outputFileName) Deprecated.prepareRunOrder(Number prepareRunOrder) Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
cloudAssemblyInput
@Stability(Deprecated) @Deprecated public FromStackArtifactOptions.Builder cloudAssemblyInput(Artifact cloudAssemblyInput) Deprecated.Sets the value ofFromStackArtifactOptions.getCloudAssemblyInput()- Parameters:
cloudAssemblyInput- The CodePipeline artifact that holds the Cloud Assembly. This parameter is required.- Returns:
this
-
executeRunOrder
@Stability(Deprecated) @Deprecated public FromStackArtifactOptions.Builder executeRunOrder(Number executeRunOrder) Deprecated.Sets the value ofFromStackArtifactOptions.getExecuteRunOrder()- Parameters:
executeRunOrder- Run order for the Execute action.- Returns:
this
-
output
Deprecated.Sets the value ofFromStackArtifactOptions.getOutput()- Parameters:
output- Artifact to write Stack Outputs to.- Returns:
this
-
outputFileName
@Stability(Deprecated) @Deprecated public FromStackArtifactOptions.Builder outputFileName(String outputFileName) Deprecated.Sets the value ofFromStackArtifactOptions.getOutputFileName()- Parameters:
outputFileName- Filename in output to write Stack outputs to.- Returns:
this
-
prepareRunOrder
@Stability(Deprecated) @Deprecated public FromStackArtifactOptions.Builder prepareRunOrder(Number prepareRunOrder) Deprecated.Sets the value ofFromStackArtifactOptions.getPrepareRunOrder()- Parameters:
prepareRunOrder- Run order for the 2 actions that will be created.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<FromStackArtifactOptions>- Returns:
- a new instance of
FromStackArtifactOptions - Throws:
NullPointerException- if any required attribute was not provided
-