static StackResource.Builder |
StackResource.builder() |
|
StackResource.Builder |
StackResource.Builder.description(String description) |
User defined description associated with the resource.
|
default StackResource.Builder |
StackResource.Builder.driftInformation(Consumer<StackResourceDriftInformation.Builder> driftInformation) |
Information about whether the resource's actual configuration differs, or has drifted, from its
expected configuration, as defined in the stack template and any values specified as template parameters.
|
StackResource.Builder |
StackResource.Builder.driftInformation(StackResourceDriftInformation driftInformation) |
Information about whether the resource's actual configuration differs, or has drifted, from its
expected configuration, as defined in the stack template and any values specified as template parameters.
|
StackResource.Builder |
StackResource.Builder.logicalResourceId(String logicalResourceId) |
The logical name of the resource specified in the template.
|
default StackResource.Builder |
StackResource.Builder.moduleInfo(Consumer<ModuleInfo.Builder> moduleInfo) |
Contains information about the module from which the resource was created, if the resource was created from a
module included in the stack template.
|
StackResource.Builder |
StackResource.Builder.moduleInfo(ModuleInfo moduleInfo) |
Contains information about the module from which the resource was created, if the resource was created from a
module included in the stack template.
|
StackResource.Builder |
StackResource.Builder.physicalResourceId(String physicalResourceId) |
The name or unique identifier that corresponds to a physical instance ID of a resource supported by
CloudFormation.
|
StackResource.Builder |
StackResource.Builder.resourceStatus(String resourceStatus) |
Current status of the resource.
|
StackResource.Builder |
StackResource.Builder.resourceStatus(ResourceStatus resourceStatus) |
Current status of the resource.
|
StackResource.Builder |
StackResource.Builder.resourceStatusReason(String resourceStatusReason) |
Success/failure message associated with the resource.
|
StackResource.Builder |
StackResource.Builder.resourceType(String resourceType) |
Type of resource.
|
StackResource.Builder |
StackResource.Builder.stackId(String stackId) |
Unique identifier of the stack.
|
StackResource.Builder |
StackResource.Builder.stackName(String stackName) |
The name associated with the stack.
|
StackResource.Builder |
StackResource.Builder.timestamp(Instant timestamp) |
Time the status was updated.
|
StackResource.Builder |
StackResource.toBuilder() |
|