public static interface StackInstanceResourceDriftsSummary.Builder extends SdkPojo, CopyableBuilder<StackInstanceResourceDriftsSummary.Builder,StackInstanceResourceDriftsSummary>
| Modifier and Type | Method and Description |
|---|---|
StackInstanceResourceDriftsSummary.Builder |
logicalResourceId(String logicalResourceId)
The logical name of the resource specified in the template.
|
StackInstanceResourceDriftsSummary.Builder |
physicalResourceId(String physicalResourceId)
The name or unique identifier that corresponds to a physical instance ID of a resource supported by
CloudFormation.
|
StackInstanceResourceDriftsSummary.Builder |
physicalResourceIdContext(Collection<PhysicalResourceIdContextKeyValuePair> physicalResourceIdContext)
Context information that enables CloudFormation to uniquely identify a resource.
|
StackInstanceResourceDriftsSummary.Builder |
physicalResourceIdContext(Consumer<PhysicalResourceIdContextKeyValuePair.Builder>... physicalResourceIdContext)
Context information that enables CloudFormation to uniquely identify a resource.
|
StackInstanceResourceDriftsSummary.Builder |
physicalResourceIdContext(PhysicalResourceIdContextKeyValuePair... physicalResourceIdContext)
Context information that enables CloudFormation to uniquely identify a resource.
|
StackInstanceResourceDriftsSummary.Builder |
propertyDifferences(Collection<PropertyDifference> propertyDifferences)
Status of the actual configuration of the resource compared to its expected configuration.
|
StackInstanceResourceDriftsSummary.Builder |
propertyDifferences(Consumer<PropertyDifference.Builder>... propertyDifferences)
Status of the actual configuration of the resource compared to its expected configuration.
|
StackInstanceResourceDriftsSummary.Builder |
propertyDifferences(PropertyDifference... propertyDifferences)
Status of the actual configuration of the resource compared to its expected configuration.
|
StackInstanceResourceDriftsSummary.Builder |
resourceType(String resourceType)
Type of resource.
|
StackInstanceResourceDriftsSummary.Builder |
stackId(String stackId)
The ID of the stack instance.
|
StackInstanceResourceDriftsSummary.Builder |
stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)
The drift status of the resource in a stack instance.
|
StackInstanceResourceDriftsSummary.Builder |
stackResourceDriftStatus(String stackResourceDriftStatus)
The drift status of the resource in a stack instance.
|
StackInstanceResourceDriftsSummary.Builder |
timestamp(Instant timestamp)
Time at which the stack instance drift detection operation was initiated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStackInstanceResourceDriftsSummary.Builder stackId(String stackId)
The ID of the stack instance.
stackId - The ID of the stack instance.StackInstanceResourceDriftsSummary.Builder logicalResourceId(String logicalResourceId)
The logical name of the resource specified in the template.
logicalResourceId - The logical name of the resource specified in the template.StackInstanceResourceDriftsSummary.Builder physicalResourceId(String physicalResourceId)
The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.
physicalResourceId - The name or unique identifier that corresponds to a physical instance ID of a resource supported by
CloudFormation.StackInstanceResourceDriftsSummary.Builder physicalResourceIdContext(Collection<PhysicalResourceIdContextKeyValuePair> physicalResourceIdContext)
Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context key-value pairs in cases where a resource's logical and physical IDs aren't enough to uniquely identify that resource. Each context key-value pair specifies a unique resource that contains the targeted resource.
physicalResourceIdContext - Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses
context key-value pairs in cases where a resource's logical and physical IDs aren't enough to uniquely
identify that resource. Each context key-value pair specifies a unique resource that contains the
targeted resource.StackInstanceResourceDriftsSummary.Builder physicalResourceIdContext(PhysicalResourceIdContextKeyValuePair... physicalResourceIdContext)
Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context key-value pairs in cases where a resource's logical and physical IDs aren't enough to uniquely identify that resource. Each context key-value pair specifies a unique resource that contains the targeted resource.
physicalResourceIdContext - Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses
context key-value pairs in cases where a resource's logical and physical IDs aren't enough to uniquely
identify that resource. Each context key-value pair specifies a unique resource that contains the
targeted resource.StackInstanceResourceDriftsSummary.Builder physicalResourceIdContext(Consumer<PhysicalResourceIdContextKeyValuePair.Builder>... physicalResourceIdContext)
Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context key-value pairs in cases where a resource's logical and physical IDs aren't enough to uniquely identify that resource. Each context key-value pair specifies a unique resource that contains the targeted resource.
This is a convenience method that creates an instance of thePhysicalResourceIdContextKeyValuePair.Builder
avoiding the need to create one manually via
PhysicalResourceIdContextKeyValuePair.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #physicalResourceIdContext(List.
physicalResourceIdContext - a consumer that will call methods on
PhysicalResourceIdContextKeyValuePair.Builder#physicalResourceIdContext(java.util.Collection) StackInstanceResourceDriftsSummary.Builder resourceType(String resourceType)
Type of resource. For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.
resourceType - Type of resource. For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.StackInstanceResourceDriftsSummary.Builder propertyDifferences(Collection<PropertyDifference> propertyDifferences)
Status of the actual configuration of the resource compared to its expected configuration. These will be
present only for resources whose StackInstanceResourceDriftStatus is MODIFIED.
propertyDifferences - Status of the actual configuration of the resource compared to its expected configuration. These will
be present only for resources whose StackInstanceResourceDriftStatus is
MODIFIED.StackInstanceResourceDriftsSummary.Builder propertyDifferences(PropertyDifference... propertyDifferences)
Status of the actual configuration of the resource compared to its expected configuration. These will be
present only for resources whose StackInstanceResourceDriftStatus is MODIFIED.
propertyDifferences - Status of the actual configuration of the resource compared to its expected configuration. These will
be present only for resources whose StackInstanceResourceDriftStatus is
MODIFIED.StackInstanceResourceDriftsSummary.Builder propertyDifferences(Consumer<PropertyDifference.Builder>... propertyDifferences)
Status of the actual configuration of the resource compared to its expected configuration. These will be
present only for resources whose StackInstanceResourceDriftStatus is MODIFIED.
PropertyDifference.Builder avoiding the need to
create one manually via
PropertyDifference.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #propertyDifferences(List.
propertyDifferences - a consumer that will call methods on
PropertyDifference.Builder#propertyDifferences(java.util.Collection) StackInstanceResourceDriftsSummary.Builder stackResourceDriftStatus(String stackResourceDriftStatus)
The drift status of the resource in a stack instance.
DELETED: The resource differs from its expected template configuration in that the resource has
been deleted.
MODIFIED: One or more resource properties differ from their expected template values.
IN_SYNC: The resource's actual configuration matches its expected template configuration.
NOT_CHECKED: CloudFormation doesn't currently return this value.
stackResourceDriftStatus - The drift status of the resource in a stack instance.
DELETED: The resource differs from its expected template configuration in that the
resource has been deleted.
MODIFIED: One or more resource properties differ from their expected template values.
IN_SYNC: The resource's actual configuration matches its expected template configuration.
NOT_CHECKED: CloudFormation doesn't currently return this value.
StackResourceDriftStatus,
StackResourceDriftStatusStackInstanceResourceDriftsSummary.Builder stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)
The drift status of the resource in a stack instance.
DELETED: The resource differs from its expected template configuration in that the resource has
been deleted.
MODIFIED: One or more resource properties differ from their expected template values.
IN_SYNC: The resource's actual configuration matches its expected template configuration.
NOT_CHECKED: CloudFormation doesn't currently return this value.
stackResourceDriftStatus - The drift status of the resource in a stack instance.
DELETED: The resource differs from its expected template configuration in that the
resource has been deleted.
MODIFIED: One or more resource properties differ from their expected template values.
IN_SYNC: The resource's actual configuration matches its expected template configuration.
NOT_CHECKED: CloudFormation doesn't currently return this value.
StackResourceDriftStatus,
StackResourceDriftStatusStackInstanceResourceDriftsSummary.Builder timestamp(Instant timestamp)
Time at which the stack instance drift detection operation was initiated.
timestamp - Time at which the stack instance drift detection operation was initiated.Copyright © 2023. All rights reserved.