Interface StackEvent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StackEvent.Builder,
,StackEvent> SdkBuilder<StackEvent.Builder,
,StackEvent> SdkPojo
- Enclosing class:
StackEvent
-
Method Summary
Modifier and TypeMethodDescriptionclientRequestToken
(String clientRequestToken) The token passed to the operation that generated this event.The unique ID of this event.hookFailureMode
(String hookFailureMode) Specify the hook failure mode for non-compliant resources in the followings ways.hookFailureMode
(HookFailureMode hookFailureMode) Specify the hook failure mode for non-compliant resources in the followings ways.hookInvocationPoint
(String hookInvocationPoint) Invocation points are points in provisioning logic where hooks are initiated.hookInvocationPoint
(HookInvocationPoint hookInvocationPoint) Invocation points are points in provisioning logic where hooks are initiated.hookStatus
(String hookStatus) Provides the status of the change set hook.hookStatus
(HookStatus hookStatus) Provides the status of the change set hook.hookStatusReason
(String hookStatusReason) Provides the reason for the hook status.The name of the hook.logicalResourceId
(String logicalResourceId) The logical name of the resource specified in the template.physicalResourceId
(String physicalResourceId) The name or unique identifier associated with the physical instance of the resource.resourceProperties
(String resourceProperties) BLOB of 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/failure message associated with the resource.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
-
eventId
The unique ID of this event.
- Parameters:
eventId
- The unique ID of this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackName
The name associated with a stack.
- Parameters:
stackName
- The name associated with a stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logicalResourceId
The logical name of the resource specified in the template.
- Parameters:
logicalResourceId
- The logical name of the resource 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 associated with the physical instance of the resource.
- Parameters:
physicalResourceId
- The name or unique identifier associated with the physical instance of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
Type of resource. (For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.)
- Parameters:
resourceType
- Type of resource. (For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.)- 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.
-
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/failure message associated with the resource.
- Parameters:
resourceStatusReason
- Success/failure message associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceProperties
BLOB of the properties used to create the resource.
- Parameters:
resourceProperties
- BLOB of the properties used to create the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
The token passed to the operation that generated this event.
All events triggered by a given stack operation are assigned the same client request token, which you can use to track operations. For example, if you execute a
CreateStack
operation with the tokentoken1
, then all theStackEvents
generated by that operation will haveClientRequestToken
set astoken1
.In the console, stack operations display the client request token on the Events tab. Stack operations that are initiated from the console use the token format Console-StackOperation-ID, which helps you easily identify the stack operation . For example, if you create a stack using the console, each stack event would be assigned the same token in the following format:
Console-CreateStack-7f59c3cf-00d2-40c7-b2ff-e75db0987002
.- Parameters:
clientRequestToken
- The token passed to the operation that generated this event.All events triggered by a given stack operation are assigned the same client request token, which you can use to track operations. For example, if you execute a
CreateStack
operation with the tokentoken1
, then all theStackEvents
generated by that operation will haveClientRequestToken
set astoken1
.In the console, stack operations display the client request token on the Events tab. Stack operations that are initiated from the console use the token format Console-StackOperation-ID, which helps you easily identify the stack operation . For example, if you create a stack using the console, each stack event would be assigned the same token in the following format:
Console-CreateStack-7f59c3cf-00d2-40c7-b2ff-e75db0987002
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hookType
The name of the hook.
- Parameters:
hookType
- The name of the hook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hookStatus
Provides the status of the change set hook.
- Parameters:
hookStatus
- Provides the status of the change set hook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hookStatus
Provides the status of the change set hook.
- Parameters:
hookStatus
- Provides the status of the change set hook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hookStatusReason
Provides the reason for the hook status.
- Parameters:
hookStatusReason
- Provides the reason for the hook status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hookInvocationPoint
Invocation points are points in provisioning logic where hooks are initiated.
- Parameters:
hookInvocationPoint
- Invocation points are points in provisioning logic where hooks are initiated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hookInvocationPoint
Invocation points are points in provisioning logic where hooks are initiated.
- Parameters:
hookInvocationPoint
- Invocation points are points in provisioning logic where hooks are initiated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hookFailureMode
Specify the hook failure mode for non-compliant resources in the followings ways.
-
FAIL
Stops provisioning resources. -
WARN
Allows provisioning to continue with a warning message.
- Parameters:
hookFailureMode
- Specify the hook failure mode for non-compliant resources in the followings ways.-
FAIL
Stops provisioning resources. -
WARN
Allows provisioning to continue with a warning message.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
hookFailureMode
Specify the hook failure mode for non-compliant resources in the followings ways.
-
FAIL
Stops provisioning resources. -
WARN
Allows provisioning to continue with a warning message.
- Parameters:
hookFailureMode
- Specify the hook failure mode for non-compliant resources in the followings ways.-
FAIL
Stops provisioning resources. -
WARN
Allows provisioning to continue with a warning message.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-