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.
|
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.
|
copy
applyMutation, build
StackResourceSummary.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 AWS Resource Types Reference in the AWS CloudFormation User Guide.)
resourceType
- Type of resource. (For more information, go to
AWS Resource Types Reference in the AWS 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
,
ResourceStatus
StackResourceSummary.Builder resourceStatus(ResourceStatus resourceStatus)
Current status of the resource.
resourceStatus
- Current status of the resource.ResourceStatus
,
ResourceStatus
StackResourceSummary.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.Builder
driftInformation(StackResourceDriftInformationSummary)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.