Uses of Interface
software.amazon.awssdk.services.cloudformation.model.Stack.Builder
Packages that use Stack.Builder
-
Uses of Stack.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return Stack.BuilderModifier and TypeMethodDescriptionstatic Stack.BuilderStack.builder()Stack.Builder.capabilities(Collection<Capability> capabilities) The capabilities allowed in the stack.Stack.Builder.capabilities(Capability... capabilities) The capabilities allowed in the stack.Stack.Builder.capabilitiesWithStrings(String... capabilities) The capabilities allowed in the stack.Stack.Builder.capabilitiesWithStrings(Collection<String> capabilities) The capabilities allowed in the stack.Stack.Builder.changeSetId(String changeSetId) The unique ID of the change set.Stack.Builder.creationTime(Instant creationTime) The time at which the stack was created.Stack.Builder.deletionMode(String deletionMode) Specifies the deletion mode for the stack.Stack.Builder.deletionMode(DeletionMode deletionMode) Specifies the deletion mode for the stack.Stack.Builder.deletionTime(Instant deletionTime) The time the stack was deleted.default Stack.BuilderStack.Builder.deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig) The deployment configuration for the stack, including the deployment mode used for stack operations.Stack.Builder.deploymentConfig(DeploymentConfig deploymentConfig) The deployment configuration for the stack, including the deployment mode used for stack operations.Stack.Builder.description(String description) A user-defined description associated with the stack.Stack.Builder.detailedStatus(String detailedStatus) The detailed status of the resource or stack.Stack.Builder.detailedStatus(DetailedStatus detailedStatus) The detailed status of the resource or stack.Stack.Builder.disableRollback(Boolean disableRollback) Boolean to enable or disable rollback on stack creation failures:default Stack.BuilderStack.Builder.driftInformation(Consumer<StackDriftInformation.Builder> driftInformation) Information about whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.Stack.Builder.driftInformation(StackDriftInformation driftInformation) Information about whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.Stack.Builder.enableTerminationProtection(Boolean enableTerminationProtection) Whether termination protection is enabled for the stack.Stack.Builder.lastOperations(Collection<OperationEntry> lastOperations) Information about the most recent operations performed on this stack.Stack.Builder.lastOperations(Consumer<OperationEntry.Builder>... lastOperations) Information about the most recent operations performed on this stack.Stack.Builder.lastOperations(OperationEntry... lastOperations) Information about the most recent operations performed on this stack.Stack.Builder.lastUpdatedTime(Instant lastUpdatedTime) The time the stack was last updated.Stack.Builder.notificationARNs(String... notificationARNs) Amazon SNS topic Amazon Resource Names (ARNs) to which stack related events are published.Stack.Builder.notificationARNs(Collection<String> notificationARNs) Amazon SNS topic Amazon Resource Names (ARNs) to which stack related events are published.Stack.Builder.outputs(Collection<Output> outputs) A list of output structures.Stack.Builder.outputs(Consumer<Output.Builder>... outputs) A list of output structures.A list of output structures.Stack.Builder.parameters(Collection<Parameter> parameters) A list ofParameterstructures.Stack.Builder.parameters(Consumer<Parameter.Builder>... parameters) A list ofParameterstructures.Stack.Builder.parameters(Parameter... parameters) A list ofParameterstructures.For nested stacks, the stack ID of the direct parent of this stack.Stack.Builder.retainExceptOnCreate(Boolean retainExceptOnCreate) When set totrue, newly created resources are deleted when the operation rolls back.The Amazon Resource Name (ARN) of an IAM role that's associated with the stack.default Stack.BuilderStack.Builder.rollbackConfiguration(Consumer<RollbackConfiguration.Builder> rollbackConfiguration) The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.Stack.Builder.rollbackConfiguration(RollbackConfiguration rollbackConfiguration) The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.For nested stacks, the stack ID of the top-level stack to which the nested stack ultimately belongs.Unique identifier of the stack.The name associated with the stack.Stack.Builder.stackStatus(String stackStatus) Current status of the stack.Stack.Builder.stackStatus(StackStatus stackStatus) Current status of the stack.Stack.Builder.stackStatusReason(String stackStatusReason) Success/failure message associated with the stack status.Stack.Builder.tags(Collection<Tag> tags) A list ofTags that specify information about the stack.Stack.Builder.tags(Consumer<Tag.Builder>... tags) A list ofTags that specify information about the stack.A list ofTags that specify information about the stack.Stack.Builder.timeoutInMinutes(Integer timeoutInMinutes) The amount of time within which stack creation should complete.Stack.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type Stack.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Stack.Builder>Stack.serializableBuilderClass()