public static interface DetectStackResourceDriftResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<DetectStackResourceDriftResponse.Builder,DetectStackResourceDriftResponse>
Modifier and Type | Method and Description |
---|---|
default DetectStackResourceDriftResponse.Builder |
stackResourceDrift(Consumer<StackResourceDrift.Builder> stackResourceDrift)
Information about whether the resource's actual configuration has drifted from its expected template
configuration, including actual and expected property values and any differences detected.
|
DetectStackResourceDriftResponse.Builder |
stackResourceDrift(StackResourceDrift stackResourceDrift)
Information about whether the resource's actual configuration has drifted from its expected template
configuration, including actual and expected property values and any differences detected.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DetectStackResourceDriftResponse.Builder stackResourceDrift(StackResourceDrift stackResourceDrift)
Information about whether the resource's actual configuration has drifted from its expected template configuration, including actual and expected property values and any differences detected.
stackResourceDrift
- Information about whether the resource's actual configuration has drifted from its expected template
configuration, including actual and expected property values and any differences detected.default DetectStackResourceDriftResponse.Builder stackResourceDrift(Consumer<StackResourceDrift.Builder> stackResourceDrift)
Information about whether the resource's actual configuration has drifted from its expected template configuration, including actual and expected property values and any differences detected.
This is a convenience that creates an instance of theStackResourceDrift.Builder
avoiding the need to
create one manually via StackResourceDrift.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to stackResourceDrift(StackResourceDrift)
.stackResourceDrift
- a consumer that will call methods on StackResourceDrift.Builder
stackResourceDrift(StackResourceDrift)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.