Interface OperationEvent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OperationEvent.Builder,,OperationEvent> SdkBuilder<OperationEvent.Builder,,OperationEvent> SdkPojo
- Enclosing class:
OperationEvent
-
Method Summary
Modifier and TypeMethodDescriptionclientRequestToken(String clientRequestToken) A unique identifier for the request that initiated this operation.detailedStatus(String detailedStatus) Additional status information about the operation.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.hookFailureMode(String hookFailureMode) Specifies how Hook failures are handled.hookFailureMode(HookFailureMode hookFailureMode) Specifies how Hook failures are handled.hookInvocationPoint(String hookInvocationPoint) The point in the operation lifecycle when the Hook was invoked.hookInvocationPoint(HookInvocationPoint hookInvocationPoint) The point in the operation lifecycle when the Hook was invoked.hookStatus(String hookStatus) The status of the Hook invocation.hookStatus(HookStatus hookStatus) The status of the Hook invocation.hookStatusReason(String hookStatusReason) Additional information about the Hook status.The type name of the Hook that was invoked.logicalResourceId(String logicalResourceId) The logical name of the resource as specified in the template.operationId(String operationId) The unique identifier of the operation this event belongs to.operationStatus(String operationStatus) The current status of the operation.operationStatus(BeaconStackOperationStatus operationStatus) The current status of the operation.operationType(String operationType) The type of operation.operationType(OperationType operationType) The type of operation.physicalResourceId(String physicalResourceId) The name or unique identifier that corresponds to a physical instance ID of a resource.resourceProperties(String resourceProperties) The properties used to create the resource.resourceStatus(String resourceStatus) Current status of the resource.resourceStatus(ResourceStatus resourceStatus) Current status of the resource.resourceStatusReason(String resourceStatusReason) Success or failure message associated with the resource.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.validationFailureMode(String validationFailureMode) Specifies how validation failures are handled.validationFailureMode(HookFailureMode validationFailureMode) Specifies how validation failures are handled.validationName(String validationName) The name of the validation that was performed.validationPath(String validationPath) The path within the resource where the validation was applied.validationStatus(String validationStatus) The status of the validation.validationStatus(ValidationStatus validationStatus) The status of the validation.validationStatusReason(String validationStatusReason) Additional information about the validation status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
eventId
A unique identifier for this event.
- Parameters:
eventId- A unique identifier for this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackId
The unique ID name of the instance of the stack.
- Parameters:
stackId- The unique ID name of the instance of the stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationId
The unique identifier of the operation this event belongs to.
- Parameters:
operationId- The unique identifier of the operation this event belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationType
The type of operation.
- Parameters:
operationType- The type of operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operationType
The type of operation.
- Parameters:
operationType- The type of operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operationStatus
The current status of the operation.
- Parameters:
operationStatus- The current status of the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operationStatus
The current status of the operation.
- Parameters:
operationStatus- The current status of the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventType
The type of event.
- Parameters:
eventType- The type of event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventType
The type of event.
- Parameters:
eventType- The type of event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
logicalResourceId
The logical name of the resource as specified in the template.
- Parameters:
logicalResourceId- The logical name of the resource as specified in the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
physicalResourceId
The name or unique identifier that corresponds to a physical instance ID of a resource.
- Parameters:
physicalResourceId- The name or unique identifier that corresponds to a physical instance ID of a resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
Type of resource.
- Parameters:
resourceType- Type of resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamp
Time the status was updated.
- Parameters:
timestamp- Time the status was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The time when the event started.
- Parameters:
startTime- The time when the event started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The time when the event ended.
- Parameters:
endTime- The time when the event ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceStatus
Current status of the resource.
- Parameters:
resourceStatus- Current status of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceStatus
Current status of the resource.
- Parameters:
resourceStatus- Current status of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceStatusReason
Success or failure message associated with the resource.
- Parameters:
resourceStatusReason- Success or failure message associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceProperties
The properties used to create the resource.
- Parameters:
resourceProperties- The properties used to create the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
A unique identifier for the request that initiated this operation.
- Parameters:
clientRequestToken- A unique identifier for the request that initiated this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hookType
The type name of the Hook that was invoked.
- Parameters:
hookType- The type name of the Hook that was invoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hookStatus
The status of the Hook invocation.
- Parameters:
hookStatus- The status of the Hook invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hookStatus
The status of the Hook invocation.
- Parameters:
hookStatus- The status of the Hook invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hookStatusReason
Additional information about the Hook status.
- Parameters:
hookStatusReason- Additional information about the Hook status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hookInvocationPoint
The point in the operation lifecycle when the Hook was invoked.
- Parameters:
hookInvocationPoint- The point in the operation lifecycle when the Hook was invoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hookInvocationPoint
The point in the operation lifecycle when the Hook was invoked.
- Parameters:
hookInvocationPoint- The point in the operation lifecycle when the Hook was invoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hookFailureMode
Specifies how Hook failures are handled.
- Parameters:
hookFailureMode- Specifies how Hook failures are handled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hookFailureMode
Specifies how Hook failures are handled.
- Parameters:
hookFailureMode- Specifies how Hook failures are handled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
detailedStatus
Additional status information about the operation.
- Parameters:
detailedStatus- Additional status information about the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
detailedStatus
Additional status information about the operation.
- Parameters:
detailedStatus- Additional status information about the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
validationFailureMode
Specifies how validation failures are handled.
- Parameters:
validationFailureMode- Specifies how validation failures are handled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
validationFailureMode
Specifies how validation failures are handled.
- Parameters:
validationFailureMode- Specifies how validation failures are handled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
validationName
The name of the validation that was performed.
- Parameters:
validationName- The name of the validation that was performed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationStatus
The status of the validation.
- Parameters:
validationStatus- The status of the validation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
validationStatus
The status of the validation.
- Parameters:
validationStatus- The status of the validation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
validationStatusReason
Additional information about the validation status.
- Parameters:
validationStatusReason- Additional information about the validation status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationPath
The path within the resource where the validation was applied.
- Parameters:
validationPath- The path within the resource where the validation was applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-