public static interface StackResourceSummary.Builder extends SdkPojo, CopyableBuilder<StackResourceSummary.Builder,StackResourceSummary>
| Modifier and Type | Method and Description |
|---|---|
default StackResourceSummary.Builder |
driftInformation(Consumer<StackResourceDriftInformationSummary.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.
|
StackResourceSummary.Builder |
driftInformation(StackResourceDriftInformationSummary 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.
|
StackResourceSummary.Builder |
lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
Time the status was updated.
|
StackResourceSummary.Builder |
logicalResourceId(String logicalResourceId)
The logical name of the resource specified in the template.
|
default StackResourceSummary.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.
|
StackResourceSummary.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.
|
StackResourceSummary.Builder |
physicalResourceId(String physicalResourceId)
The name or unique identifier that corresponds to a physical instance ID of the resource.
|
StackResourceSummary.Builder |
resourceStatus(ResourceStatus resourceStatus)
Current status of the resource.
|
StackResourceSummary.Builder |
resourceStatus(String resourceStatus)
Current status of the resource.
|
StackResourceSummary.Builder |
resourceStatusReason(String resourceStatusReason)
Success/failure message associated with the resource.
|
StackResourceSummary.Builder |
resourceType(String resourceType)
Type of resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStackResourceSummary.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.StackResourceSummary.Builder physicalResourceId(String physicalResourceId)
The name or unique identifier that corresponds to a physical instance ID of the resource.
physicalResourceId - The name or unique identifier that corresponds to a physical instance ID of the resource.StackResourceSummary.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.)StackResourceSummary.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
Time the status was updated.
lastUpdatedTimestamp - Time the status was updated.StackResourceSummary.Builder resourceStatus(String resourceStatus)
Current status of the resource.
resourceStatus - Current status of the resource.ResourceStatus,
ResourceStatusStackResourceSummary.Builder resourceStatus(ResourceStatus resourceStatus)
Current status of the resource.
resourceStatus - Current status of the resource.ResourceStatus,
ResourceStatusStackResourceSummary.Builder resourceStatusReason(String resourceStatusReason)
Success/failure message associated with the resource.
resourceStatusReason - Success/failure message associated with the resource.StackResourceSummary.Builder driftInformation(StackResourceDriftInformationSummary 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. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.
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. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.default StackResourceSummary.Builder driftInformation(Consumer<StackResourceDriftInformationSummary.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. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.
This is a convenience that creates an instance of theStackResourceDriftInformationSummary.Builder
avoiding the need to create one manually via StackResourceDriftInformationSummary.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to driftInformation(StackResourceDriftInformationSummary).driftInformation - a consumer that will call methods on StackResourceDriftInformationSummary.BuilderdriftInformation(StackResourceDriftInformationSummary)StackResourceSummary.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.
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.default StackResourceSummary.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.
This is a convenience that creates an instance of theModuleInfo.Builder avoiding the need to create
one manually via ModuleInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to moduleInfo(ModuleInfo).moduleInfo - a consumer that will call methods on ModuleInfo.BuildermoduleInfo(ModuleInfo)Copyright © 2022. All rights reserved.