Uses of Class
software.amazon.awscdk.cloud_assembly_schema.AwsCloudFormationStackProperties.Builder
Packages that use AwsCloudFormationStackProperties.Builder
-
Uses of AwsCloudFormationStackProperties.Builder in software.amazon.awscdk.cloud_assembly_schema
Methods in software.amazon.awscdk.cloud_assembly_schema that return AwsCloudFormationStackProperties.BuilderModifier and TypeMethodDescriptionAwsCloudFormationStackProperties.Builder.assumeRoleAdditionalOptions(Map<String, ? extends Object> assumeRoleAdditionalOptions) Sets the value ofAwsCloudFormationStackProperties.getAssumeRoleAdditionalOptions()AwsCloudFormationStackProperties.Builder.assumeRoleArn(String assumeRoleArn) Sets the value ofAwsCloudFormationStackProperties.getAssumeRoleArn()AwsCloudFormationStackProperties.Builder.assumeRoleExternalId(String assumeRoleExternalId) Sets the value ofAwsCloudFormationStackProperties.getAssumeRoleExternalId()AwsCloudFormationStackProperties.Builder.bootstrapStackVersionSsmParameter(String bootstrapStackVersionSsmParameter) Sets the value ofAwsCloudFormationStackProperties.getBootstrapStackVersionSsmParameter()AwsCloudFormationStackProperties.builder()AwsCloudFormationStackProperties.Builder.cloudFormationExecutionRoleArn(String cloudFormationExecutionRoleArn) Sets the value ofAwsCloudFormationStackProperties.getCloudFormationExecutionRoleArn()AwsCloudFormationStackProperties.Builder.lookupRole(BootstrapRole lookupRole) Sets the value ofAwsCloudFormationStackProperties.getLookupRole()AwsCloudFormationStackProperties.Builder.notificationArns(List<String> notificationArns) Sets the value ofAwsCloudFormationStackProperties.getNotificationArns()AwsCloudFormationStackProperties.Builder.parameters(Map<String, String> parameters) Sets the value ofAwsCloudFormationStackProperties.getParameters()AwsCloudFormationStackProperties.Builder.requiresBootstrapStackVersion(Number requiresBootstrapStackVersion) Sets the value ofAwsCloudFormationStackProperties.getRequiresBootstrapStackVersion()Sets the value ofAwsCloudFormationStackProperties.getStackName()AwsCloudFormationStackProperties.Builder.stackTemplateAssetObjectUrl(String stackTemplateAssetObjectUrl) Sets the value ofAwsCloudFormationStackProperties.getStackTemplateAssetObjectUrl()Sets the value ofAwsCloudFormationStackProperties.getTags()AwsCloudFormationStackProperties.Builder.templateFile(String templateFile) Sets the value ofAwsCloudFormationStackProperties.getTemplateFile()AwsCloudFormationStackProperties.Builder.terminationProtection(Boolean terminationProtection) Sets the value ofAwsCloudFormationStackProperties.getTerminationProtection()AwsCloudFormationStackProperties.Builder.validateOnSynth(Boolean validateOnSynth) Sets the value ofAwsCloudFormationStackProperties.getValidateOnSynth()Constructors in software.amazon.awscdk.cloud_assembly_schema with parameters of type AwsCloudFormationStackProperties.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAwsCloudFormationStackProperties.Builder.