Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ChangeSetSummary.Builder
Packages that use ChangeSetSummary.Builder
-
Uses of ChangeSetSummary.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ChangeSetSummary.BuilderModifier and TypeMethodDescriptionstatic ChangeSetSummary.BuilderChangeSetSummary.builder()ChangeSetSummary.Builder.changeSetId(String changeSetId) The ID of the change set.ChangeSetSummary.Builder.changeSetName(String changeSetName) The name of the change set.ChangeSetSummary.Builder.creationTime(Instant creationTime) The start time when the change set was created, in UTC.ChangeSetSummary.Builder.description(String description) Descriptive information about the change set.ChangeSetSummary.Builder.executionStatus(String executionStatus) If the change set execution status isAVAILABLE, you can execute the change set.ChangeSetSummary.Builder.executionStatus(ExecutionStatus executionStatus) If the change set execution status isAVAILABLE, you can execute the change set.ChangeSetSummary.Builder.importExistingResources(Boolean importExistingResources) Indicates if the change set imports resources that already exist.ChangeSetSummary.Builder.includeNestedStacks(Boolean includeNestedStacks) Specifies the current setting ofIncludeNestedStacksfor the change set.ChangeSetSummary.Builder.parentChangeSetId(String parentChangeSetId) The parent change set ID.ChangeSetSummary.Builder.rootChangeSetId(String rootChangeSetId) The root change set ID.The ID of the stack with which the change set is associated.The name of the stack with which the change set is associated.The state of the change set, such asCREATE_PENDING,CREATE_COMPLETE, orFAILED.ChangeSetSummary.Builder.status(ChangeSetStatus status) The state of the change set, such asCREATE_PENDING,CREATE_COMPLETE, orFAILED.ChangeSetSummary.Builder.statusReason(String statusReason) A description of the change set's status.ChangeSetSummary.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ChangeSetSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ChangeSetSummary.Builder>ChangeSetSummary.serializableBuilderClass()