StackResourceDrift.Builder |
StackResourceDrift.Builder.actualProperties(String actualProperties) |
A JSON structure that contains the actual property values of the stack resource.
|
static StackResourceDrift.Builder |
StackResourceDrift.builder() |
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.driftStatusReason(String driftStatusReason) |
The reason for the drift status.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.expectedProperties(String expectedProperties) |
A JSON structure that contains the expected property values of the stack resource, as defined in the stack
template and any values specified as template parameters.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.logicalResourceId(String logicalResourceId) |
The logical name of the resource specified in the template.
|
default StackResourceDrift.Builder |
StackResourceDrift.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.
|
StackResourceDrift.Builder |
StackResourceDrift.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.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.physicalResourceId(String physicalResourceId) |
The name or unique identifier that corresponds to a physical instance ID of a resource supported by
CloudFormation.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.physicalResourceIdContext(Collection<PhysicalResourceIdContextKeyValuePair> physicalResourceIdContext) |
Context information that enables CloudFormation to uniquely identify a resource.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.physicalResourceIdContext(Consumer<PhysicalResourceIdContextKeyValuePair.Builder>... physicalResourceIdContext) |
Context information that enables CloudFormation to uniquely identify a resource.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.physicalResourceIdContext(PhysicalResourceIdContextKeyValuePair... physicalResourceIdContext) |
Context information that enables CloudFormation to uniquely identify a resource.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.propertyDifferences(Collection<PropertyDifference> propertyDifferences) |
A collection of the resource properties whose actual values differ from their expected values.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.propertyDifferences(Consumer<PropertyDifference.Builder>... propertyDifferences) |
A collection of the resource properties whose actual values differ from their expected values.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.propertyDifferences(PropertyDifference... propertyDifferences) |
A collection of the resource properties whose actual values differ from their expected values.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.resourceType(String resourceType) |
The type of the resource.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.stackId(String stackId) |
The ID of the stack.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.stackResourceDriftStatus(String stackResourceDriftStatus) |
Status of the resource's actual configuration compared to its expected configuration.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus) |
Status of the resource's actual configuration compared to its expected configuration.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.timestamp(Instant timestamp) |
Time at which CloudFormation performed drift detection on the stack resource.
|
StackResourceDrift.Builder |
StackResourceDrift.toBuilder() |
|