Uses of Interface
software.amazon.awssdk.services.cloudformation.model.StackEvent.Builder
Packages that use StackEvent.Builder
-
Uses of StackEvent.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackEvent.BuilderModifier and TypeMethodDescriptionstatic StackEvent.BuilderStackEvent.builder()StackEvent.Builder.clientRequestToken(String clientRequestToken) The token passed to the operation that generated this event.StackEvent.Builder.detailedStatus(String detailedStatus) An optional field that contains information about the detailed status of the stack event.StackEvent.Builder.detailedStatus(DetailedStatus detailedStatus) An optional field that contains information about the detailed status of the stack event.The unique identifier of this event.StackEvent.Builder.hookFailureMode(String hookFailureMode) Specify the Hook failure mode for non-compliant resources in the followings ways.StackEvent.Builder.hookFailureMode(HookFailureMode hookFailureMode) Specify the Hook failure mode for non-compliant resources in the followings ways.StackEvent.Builder.hookInvocationId(String hookInvocationId) The unique identifier of the Hook invocation.StackEvent.Builder.hookInvocationPoint(String hookInvocationPoint) The specific point in the provisioning process where the Hook is invoked.StackEvent.Builder.hookInvocationPoint(HookInvocationPoint hookInvocationPoint) The specific point in the provisioning process where the Hook is invoked.StackEvent.Builder.hookStatus(String hookStatus) Provides the status of the change set Hook.StackEvent.Builder.hookStatus(HookStatus hookStatus) Provides the status of the change set Hook.StackEvent.Builder.hookStatusReason(String hookStatusReason) Provides the reason for the Hook status.The name of the Hook.StackEvent.Builder.logicalResourceId(String logicalResourceId) The logical name of the resource specified in the template.StackEvent.Builder.operationId(String operationId) The unique identifier of the operation that generated this stack event.StackEvent.Builder.physicalResourceId(String physicalResourceId) The name or unique identifier associated with the physical instance of the resource.StackEvent.Builder.resourceProperties(String resourceProperties) BLOB of the properties used to create the resource.StackEvent.Builder.resourceStatus(String resourceStatus) Current status of the resource.StackEvent.Builder.resourceStatus(ResourceStatus resourceStatus) Current status of the resource.StackEvent.Builder.resourceStatusReason(String resourceStatusReason) Success/failure message associated with the resource.StackEvent.Builder.resourceType(String resourceType) Type of resource.The unique ID name of the instance of the stack.The name associated with a stack.Time the status was updated.StackEvent.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackEvent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StackEvent.Builder>StackEvent.serializableBuilderClass()