Uses of Interface
software.amazon.awssdk.services.cloudformation.model.OperationEvent.Builder
Packages that use OperationEvent.Builder
-
Uses of OperationEvent.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return OperationEvent.BuilderModifier and TypeMethodDescriptionstatic OperationEvent.BuilderOperationEvent.builder()OperationEvent.Builder.clientRequestToken(String clientRequestToken) A unique identifier for the request that initiated this operation.OperationEvent.Builder.detailedStatus(String detailedStatus) Additional status information about the operation.OperationEvent.Builder.detailedStatus(DetailedStatus detailedStatus) Additional status information about the operation.The time when the event ended.A unique identifier for this event.The type of event.The type of event.OperationEvent.Builder.hookFailureMode(String hookFailureMode) Specifies how Hook failures are handled.OperationEvent.Builder.hookFailureMode(HookFailureMode hookFailureMode) Specifies how Hook failures are handled.OperationEvent.Builder.hookInvocationPoint(String hookInvocationPoint) The point in the operation lifecycle when the Hook was invoked.OperationEvent.Builder.hookInvocationPoint(HookInvocationPoint hookInvocationPoint) The point in the operation lifecycle when the Hook was invoked.OperationEvent.Builder.hookStatus(String hookStatus) The status of the Hook invocation.OperationEvent.Builder.hookStatus(HookStatus hookStatus) The status of the Hook invocation.OperationEvent.Builder.hookStatusReason(String hookStatusReason) Additional information about the Hook status.The type name of the Hook that was invoked.OperationEvent.Builder.logicalResourceId(String logicalResourceId) The logical name of the resource as specified in the template.OperationEvent.Builder.operationId(String operationId) The unique identifier of the operation this event belongs to.OperationEvent.Builder.operationStatus(String operationStatus) The current status of the operation.OperationEvent.Builder.operationStatus(BeaconStackOperationStatus operationStatus) The current status of the operation.OperationEvent.Builder.operationType(String operationType) The type of operation.OperationEvent.Builder.operationType(OperationType operationType) The type of operation.OperationEvent.Builder.physicalResourceId(String physicalResourceId) The name or unique identifier that corresponds to a physical instance ID of a resource.OperationEvent.Builder.resourceProperties(String resourceProperties) The properties used to create the resource.OperationEvent.Builder.resourceStatus(String resourceStatus) Current status of the resource.OperationEvent.Builder.resourceStatus(ResourceStatus resourceStatus) Current status of the resource.OperationEvent.Builder.resourceStatusReason(String resourceStatusReason) Success or failure message associated with the resource.OperationEvent.Builder.resourceType(String resourceType) Type of resource.The unique ID name of the instance of the stack.The time when the event started.Time the status was updated.OperationEvent.toBuilder()OperationEvent.Builder.validationFailureMode(String validationFailureMode) Specifies how validation failures are handled.OperationEvent.Builder.validationFailureMode(HookFailureMode validationFailureMode) Specifies how validation failures are handled.OperationEvent.Builder.validationName(String validationName) The name of the validation that was performed.OperationEvent.Builder.validationPath(String validationPath) The path within the resource where the validation was applied.OperationEvent.Builder.validationStatus(String validationStatus) The status of the validation.OperationEvent.Builder.validationStatus(ValidationStatus validationStatus) The status of the validation.OperationEvent.Builder.validationStatusReason(String validationStatusReason) Additional information about the validation status.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type OperationEvent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OperationEvent.Builder>OperationEvent.serializableBuilderClass()