public static class DetectStackDriftDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DetectStackDriftDetails |
build() |
DetectStackDriftDetails.Builder |
copy(DetectStackDriftDetails o) |
DetectStackDriftDetails.Builder |
resourceAddresses(List<String> resourceAddresses)
The list of resources in the specified stack to detect drift for.
|
public DetectStackDriftDetails.Builder resourceAddresses(List<String> resourceAddresses)
The list of resources in the specified stack to detect drift for. Each resource is identified by a resource address, which is a string derived from the resource type and name specified in the stack’s Terraform configuration plus an optional index. For example, the resource address for the fourth Compute instance with the name “test_instance” is oci_core_instance.test_instance[3]. For more details and examples of resource addresses, see the Terraform documentation at Resource spec.
resourceAddresses
- the value to setpublic DetectStackDriftDetails build()
public DetectStackDriftDetails.Builder copy(DetectStackDriftDetails o)
Copyright © 2016–2022. All rights reserved.