Uses of Class
software.amazon.awscdk.pipelines.StandardYarnSynthOptions.Builder
Packages that use StandardYarnSynthOptions.Builder
-
Uses of StandardYarnSynthOptions.Builder in software.amazon.awscdk.pipelines
Methods in software.amazon.awscdk.pipelines that return StandardYarnSynthOptions.BuilderModifier and TypeMethodDescriptionStandardYarnSynthOptions.Builder.actionName(String actionName) Deprecated.StandardYarnSynthOptions.Builder.additionalArtifacts(List<? extends AdditionalArtifact> additionalArtifacts) Deprecated.StandardYarnSynthOptions.Builder.buildCommand(String buildCommand) Deprecated.StandardYarnSynthOptions.builder()Deprecated.Deprecated.StandardYarnSynthOptions.Builder.cloudAssemblyArtifact(Artifact cloudAssemblyArtifact) Deprecated.StandardYarnSynthOptions.Builder.copyEnvironmentVariables(List<String> copyEnvironmentVariables) Deprecated.StandardYarnSynthOptions.Builder.environment(BuildEnvironment environment) Deprecated.StandardYarnSynthOptions.Builder.environmentVariables(Map<String, ? extends BuildEnvironmentVariable> environmentVariables) Deprecated.StandardYarnSynthOptions.Builder.installCommand(String installCommand) Deprecated.StandardYarnSynthOptions.Builder.projectName(String projectName) Deprecated.StandardYarnSynthOptions.Builder.rolePolicyStatements(List<? extends PolicyStatement> rolePolicyStatements) Deprecated.StandardYarnSynthOptions.Builder.sourceArtifact(Artifact sourceArtifact) Deprecated.StandardYarnSynthOptions.Builder.subdirectory(String subdirectory) Deprecated.StandardYarnSynthOptions.Builder.subnetSelection(SubnetSelection subnetSelection) Deprecated.StandardYarnSynthOptions.Builder.synthCommand(String synthCommand) Deprecated.StandardYarnSynthOptions.Builder.testCommands(List<String> testCommands) Deprecated.Deprecated.Constructors in software.amazon.awscdk.pipelines with parameters of type StandardYarnSynthOptions.BuilderModifierConstructorDescriptionprotectedDeprecated.Constructor that initializes the object based on literal property values passed by theStandardYarnSynthOptions.Builder.