| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
LifecyclePolicySummary |
LifecyclePolicySummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
LifecyclePolicySummary |
LifecyclePolicySummary.clearTagsEntries()
Removes all the entries added into Tags.
|
LifecyclePolicySummary |
LifecyclePolicySummary.clone() |
LifecyclePolicySummary |
LifecyclePolicySummary.withArn(String arn)
The Amazon Resource Name (ARN) of the lifecycle policy summary resource.
|
LifecyclePolicySummary |
LifecyclePolicySummary.withDateCreated(Date dateCreated)
The timestamp when Image Builder created the lifecycle policy resource.
|
LifecyclePolicySummary |
LifecyclePolicySummary.withDateLastRun(Date dateLastRun)
The timestamp for the last time Image Builder ran the lifecycle policy.
|
LifecyclePolicySummary |
LifecyclePolicySummary.withDateUpdated(Date dateUpdated)
The timestamp when Image Builder updated the lifecycle policy resource.
|
LifecyclePolicySummary |
LifecyclePolicySummary.withDescription(String description)
Optional description for the lifecycle policy.
|
LifecyclePolicySummary |
LifecyclePolicySummary.withExecutionRole(String executionRole)
The name or Amazon Resource Name (ARN) of the IAM role that Image Builder uses to run the lifecycle policy.
|
LifecyclePolicySummary |
LifecyclePolicySummary.withName(String name)
The name of the lifecycle policy.
|
LifecyclePolicySummary |
LifecyclePolicySummary.withResourceType(LifecyclePolicyResourceType resourceType)
The type of resources the lifecycle policy targets.
|
LifecyclePolicySummary |
LifecyclePolicySummary.withResourceType(String resourceType)
The type of resources the lifecycle policy targets.
|
LifecyclePolicySummary |
LifecyclePolicySummary.withStatus(LifecyclePolicyStatus status)
The lifecycle policy resource status.
|
LifecyclePolicySummary |
LifecyclePolicySummary.withStatus(String status)
The lifecycle policy resource status.
|
LifecyclePolicySummary |
LifecyclePolicySummary.withTags(Map<String,String> tags)
To help manage your lifecycle policy resources, you can assign your own metadata to each resource in the form of
tags.
|
| Modifier and Type | Method and Description |
|---|---|
List<LifecyclePolicySummary> |
ListLifecyclePoliciesResult.getLifecyclePolicySummaryList()
A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListLifecyclePoliciesResult |
ListLifecyclePoliciesResult.withLifecyclePolicySummaryList(LifecyclePolicySummary... lifecyclePolicySummaryList)
A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLifecyclePoliciesResult.setLifecyclePolicySummaryList(Collection<LifecyclePolicySummary> lifecyclePolicySummaryList)
A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the request.
|
ListLifecyclePoliciesResult |
ListLifecyclePoliciesResult.withLifecyclePolicySummaryList(Collection<LifecyclePolicySummary> lifecyclePolicySummaryList)
A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the request.
|
Copyright © 2024. All rights reserved.