| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
LifecycleExecutionResource |
LifecycleExecutionResource.clone() |
LifecycleExecutionResource |
LifecycleExecutionResource.withAccountId(String accountId)
The account that owns the impacted resource.
|
LifecycleExecutionResource |
LifecycleExecutionResource.withAction(LifecycleExecutionResourceAction action)
The action to take for the identified resource.
|
LifecycleExecutionResource |
LifecycleExecutionResource.withImageUris(Collection<String> imageUris)
For an impacted container image, this identifies a list of URIs for associated container images distributed to
ECR repositories.
|
LifecycleExecutionResource |
LifecycleExecutionResource.withImageUris(String... imageUris)
For an impacted container image, this identifies a list of URIs for associated container images distributed to
ECR repositories.
|
LifecycleExecutionResource |
LifecycleExecutionResource.withRegion(String region)
The Amazon Web Services Region where the lifecycle execution resource is stored.
|
LifecycleExecutionResource |
LifecycleExecutionResource.withResourceId(String resourceId)
Identifies the impacted resource.
|
LifecycleExecutionResource |
LifecycleExecutionResource.withSnapshots(Collection<LifecycleExecutionSnapshotResource> snapshots)
A list of associated resource snapshots for the impacted resource if it’s an AMI.
|
LifecycleExecutionResource |
LifecycleExecutionResource.withSnapshots(LifecycleExecutionSnapshotResource... snapshots)
A list of associated resource snapshots for the impacted resource if it’s an AMI.
|
LifecycleExecutionResource |
LifecycleExecutionResource.withState(LifecycleExecutionResourceState state)
The runtime state for the lifecycle execution.
|
| Modifier and Type | Method and Description |
|---|---|
List<LifecycleExecutionResource> |
ListLifecycleExecutionResourcesResult.getResources()
A list of resources that were identified for lifecycle actions.
|
| Modifier and Type | Method and Description |
|---|---|
ListLifecycleExecutionResourcesResult |
ListLifecycleExecutionResourcesResult.withResources(LifecycleExecutionResource... resources)
A list of resources that were identified for lifecycle actions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLifecycleExecutionResourcesResult.setResources(Collection<LifecycleExecutionResource> resources)
A list of resources that were identified for lifecycle actions.
|
ListLifecycleExecutionResourcesResult |
ListLifecycleExecutionResourcesResult.withResources(Collection<LifecycleExecutionResource> resources)
A list of resources that were identified for lifecycle actions.
|
Copyright © 2023. All rights reserved.