| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceDetail |
ResourceDetail.addResourceIdentifierEntry(String key,
String value)
Add a single ResourceIdentifier entry
|
ResourceDetail |
ResourceDetail.clearResourceIdentifierEntries()
Removes all the entries added into ResourceIdentifier.
|
ResourceDetail |
ResourceDetail.clone() |
ResourceDetail |
ResourceDetail.withLogicalResourceId(String logicalResourceId)
The logical id for this resource in the final generated template.
|
ResourceDetail |
ResourceDetail.withResourceIdentifier(Map<String,String> resourceIdentifier)
A list of up to 256 key-value pairs that identifies the resource in the generated template.
|
ResourceDetail |
ResourceDetail.withResourceStatus(GeneratedTemplateResourceStatus resourceStatus)
Status of the processing of a resource in a generated template.
|
ResourceDetail |
ResourceDetail.withResourceStatus(String resourceStatus)
Status of the processing of a resource in a generated template.
|
ResourceDetail |
ResourceDetail.withResourceStatusReason(String resourceStatusReason)
The reason for the resource detail, providing more information if a failure happened.
|
ResourceDetail |
ResourceDetail.withResourceType(String resourceType)
The type of the resource, such as
AWS::DynamoDB::Table. |
ResourceDetail |
ResourceDetail.withWarnings(Collection<WarningDetail> warnings)
The warnings generated for this resource.
|
ResourceDetail |
ResourceDetail.withWarnings(WarningDetail... warnings)
The warnings generated for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceDetail> |
DescribeGeneratedTemplateResult.getResources()
A list of objects describing the details of the resources in the template generation.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGeneratedTemplateResult |
DescribeGeneratedTemplateResult.withResources(ResourceDetail... resources)
A list of objects describing the details of the resources in the template generation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeGeneratedTemplateResult.setResources(Collection<ResourceDetail> resources)
A list of objects describing the details of the resources in the template generation.
|
DescribeGeneratedTemplateResult |
DescribeGeneratedTemplateResult.withResources(Collection<ResourceDetail> resources)
A list of objects describing the details of the resources in the template generation.
|
Copyright © 2024. All rights reserved.