Uses of Class
software.amazon.awscdk.SynthesizeStackArtifactOptions.Builder
Packages that use SynthesizeStackArtifactOptions.Builder
-
Uses of SynthesizeStackArtifactOptions.Builder in software.amazon.awscdk
Methods in software.amazon.awscdk that return SynthesizeStackArtifactOptions.BuilderModifier and TypeMethodDescriptionSynthesizeStackArtifactOptions.Builder.additionalDependencies(List<String> additionalDependencies) Sets the value ofSynthesizeStackArtifactOptions.getAdditionalDependencies()SynthesizeStackArtifactOptions.Builder.assumeRoleAdditionalOptions(Map<String, ? extends Object> assumeRoleAdditionalOptions) Sets the value ofSynthesizeStackArtifactOptions.getAssumeRoleAdditionalOptions()SynthesizeStackArtifactOptions.Builder.assumeRoleArn(String assumeRoleArn) Sets the value ofSynthesizeStackArtifactOptions.getAssumeRoleArn()SynthesizeStackArtifactOptions.Builder.assumeRoleExternalId(String assumeRoleExternalId) Sets the value ofSynthesizeStackArtifactOptions.getAssumeRoleExternalId()SynthesizeStackArtifactOptions.Builder.bootstrapStackVersionSsmParameter(String bootstrapStackVersionSsmParameter) Sets the value ofSynthesizeStackArtifactOptions.getBootstrapStackVersionSsmParameter()SynthesizeStackArtifactOptions.builder()SynthesizeStackArtifactOptions.Builder.cloudFormationExecutionRoleArn(String cloudFormationExecutionRoleArn) Sets the value ofSynthesizeStackArtifactOptions.getCloudFormationExecutionRoleArn()SynthesizeStackArtifactOptions.Builder.lookupRole(BootstrapRole lookupRole) Sets the value ofSynthesizeStackArtifactOptions.getLookupRole()SynthesizeStackArtifactOptions.Builder.parameters(Map<String, String> parameters) Sets the value ofSynthesizeStackArtifactOptions.getParameters()SynthesizeStackArtifactOptions.Builder.requiresBootstrapStackVersion(Number requiresBootstrapStackVersion) Sets the value ofSynthesizeStackArtifactOptions.getRequiresBootstrapStackVersion()SynthesizeStackArtifactOptions.Builder.stackTemplateAssetObjectUrl(String stackTemplateAssetObjectUrl) Sets the value ofSynthesizeStackArtifactOptions.getStackTemplateAssetObjectUrl()Constructors in software.amazon.awscdk with parameters of type SynthesizeStackArtifactOptions.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theSynthesizeStackArtifactOptions.Builder.