Uses of Class
software.amazon.awscdk.SynthesizeStackArtifactOptions.Builder
-
Uses of SynthesizeStackArtifactOptions.Builder in software.amazon.awscdk
Modifier 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()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theSynthesizeStackArtifactOptions.Builder
.