| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceDefinition |
ResourceDefinition.addResourceIdentifierEntry(String key,
String value)
Add a single ResourceIdentifier entry
|
ResourceDefinition |
ResourceDefinition.clearResourceIdentifierEntries()
Removes all the entries added into ResourceIdentifier.
|
ResourceDefinition |
ResourceDefinition.clone() |
ResourceDefinition |
ResourceDefinition.withLogicalResourceId(String logicalResourceId)
The logical resource id for this resource in the generated template.
|
ResourceDefinition |
ResourceDefinition.withResourceIdentifier(Map<String,String> resourceIdentifier)
A list of up to 256 key-value pairs that identifies the scanned resource.
|
ResourceDefinition |
ResourceDefinition.withResourceType(String resourceType)
The type of the resource, such as
AWS::DynamoDB::Table. |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceDefinition> |
UpdateGeneratedTemplateRequest.getAddResources()
An optional list of resources to be added to the generated template.
|
List<ResourceDefinition> |
CreateGeneratedTemplateRequest.getResources()
An optional list of resources to be included in the generated template.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGeneratedTemplateRequest |
UpdateGeneratedTemplateRequest.withAddResources(ResourceDefinition... addResources)
An optional list of resources to be added to the generated template.
|
CreateGeneratedTemplateRequest |
CreateGeneratedTemplateRequest.withResources(ResourceDefinition... resources)
An optional list of resources to be included in the generated template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateGeneratedTemplateRequest.setAddResources(Collection<ResourceDefinition> addResources)
An optional list of resources to be added to the generated template.
|
void |
CreateGeneratedTemplateRequest.setResources(Collection<ResourceDefinition> resources)
An optional list of resources to be included in the generated template.
|
UpdateGeneratedTemplateRequest |
UpdateGeneratedTemplateRequest.withAddResources(Collection<ResourceDefinition> addResources)
An optional list of resources to be added to the generated template.
|
CreateGeneratedTemplateRequest |
CreateGeneratedTemplateRequest.withResources(Collection<ResourceDefinition> resources)
An optional list of resources to be included in the generated template.
|
Copyright © 2024. All rights reserved.