| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
LifecycleExecution |
LifecycleExecution.clone() |
LifecycleExecution |
GetLifecycleExecutionResult.getLifecycleExecution()
Runtime details for the specified runtime instance of the lifecycle policy.
|
LifecycleExecution |
LifecycleExecution.withEndTime(Date endTime)
The timestamp when the lifecycle runtime instance completed.
|
LifecycleExecution |
LifecycleExecution.withLifecycleExecutionId(String lifecycleExecutionId)
Identifies the lifecycle policy runtime instance.
|
LifecycleExecution |
LifecycleExecution.withLifecyclePolicyArn(String lifecyclePolicyArn)
The Amazon Resource Name (ARN) of the lifecycle policy that ran.
|
LifecycleExecution |
LifecycleExecution.withResourcesImpactedSummary(LifecycleExecutionResourcesImpactedSummary resourcesImpactedSummary)
Contains information about associated resources that are identified for action by the runtime instance of the
lifecycle policy.
|
LifecycleExecution |
LifecycleExecution.withStartTime(Date startTime)
The timestamp when the lifecycle runtime instance started.
|
LifecycleExecution |
LifecycleExecution.withState(LifecycleExecutionState state)
Runtime state that reports if the policy action ran successfully, failed, or was skipped.
|
| Modifier and Type | Method and Description |
|---|---|
List<LifecycleExecution> |
ListLifecycleExecutionsResult.getLifecycleExecutions()
A list of lifecycle runtime instances for the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetLifecycleExecutionResult.setLifecycleExecution(LifecycleExecution lifecycleExecution)
Runtime details for the specified runtime instance of the lifecycle policy.
|
GetLifecycleExecutionResult |
GetLifecycleExecutionResult.withLifecycleExecution(LifecycleExecution lifecycleExecution)
Runtime details for the specified runtime instance of the lifecycle policy.
|
ListLifecycleExecutionsResult |
ListLifecycleExecutionsResult.withLifecycleExecutions(LifecycleExecution... lifecycleExecutions)
A list of lifecycle runtime instances for the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLifecycleExecutionsResult.setLifecycleExecutions(Collection<LifecycleExecution> lifecycleExecutions)
A list of lifecycle runtime instances for the specified resource.
|
ListLifecycleExecutionsResult |
ListLifecycleExecutionsResult.withLifecycleExecutions(Collection<LifecycleExecution> lifecycleExecutions)
A list of lifecycle runtime instances for the specified resource.
|
Copyright © 2024. All rights reserved.