static StackResourceDetail.Builder |
StackResourceDetail.builder() |
|
StackResourceDetail.Builder |
StackResourceDetail.Builder.description(String description) |
User defined description associated with the resource.
|
default StackResourceDetail.Builder |
StackResourceDetail.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.
|
StackResourceDetail.Builder |
StackResourceDetail.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.
|
StackResourceDetail.Builder |
StackResourceDetail.Builder.lastUpdatedTimestamp(Instant lastUpdatedTimestamp) |
Time the status was updated.
|
StackResourceDetail.Builder |
StackResourceDetail.Builder.logicalResourceId(String logicalResourceId) |
The logical name of the resource specified in the template.
|
StackResourceDetail.Builder |
StackResourceDetail.Builder.metadata(String metadata) |
The content of the Metadata attribute declared for the resource.
|
default StackResourceDetail.Builder |
StackResourceDetail.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.
|
StackResourceDetail.Builder |
StackResourceDetail.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.
|
StackResourceDetail.Builder |
StackResourceDetail.Builder.physicalResourceId(String physicalResourceId) |
The name or unique identifier that corresponds to a physical instance ID of a resource supported by
CloudFormation.
|
StackResourceDetail.Builder |
StackResourceDetail.Builder.resourceStatus(String resourceStatus) |
Current status of the resource.
|
StackResourceDetail.Builder |
StackResourceDetail.Builder.resourceStatus(ResourceStatus resourceStatus) |
Current status of the resource.
|
StackResourceDetail.Builder |
StackResourceDetail.Builder.resourceStatusReason(String resourceStatusReason) |
Success/failure message associated with the resource.
|
StackResourceDetail.Builder |
StackResourceDetail.Builder.resourceType(String resourceType) |
Type of resource.
|
StackResourceDetail.Builder |
StackResourceDetail.Builder.stackId(String stackId) |
Unique identifier of the stack.
|
StackResourceDetail.Builder |
StackResourceDetail.Builder.stackName(String stackName) |
The name associated with the stack.
|
StackResourceDetail.Builder |
StackResourceDetail.toBuilder() |
|