public static class TerraformAdvancedOptions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TerraformAdvancedOptions |
build() |
TerraformAdvancedOptions.Builder |
copy(TerraformAdvancedOptions model) |
TerraformAdvancedOptions.Builder |
detailedLogLevel(TerraformAdvancedOptions.DetailedLogLevel detailedLogLevel)
Enables detailed logs at the specified verbosity for running the job (operation).
|
TerraformAdvancedOptions.Builder |
isRefreshRequired(Boolean isRefreshRequired)
Specifies whether to refresh the state for each resource before running the job
(operation).
|
TerraformAdvancedOptions.Builder |
parallelism(Integer parallelism)
Limits the number of concurrent Terraform operations when walking the
graph.
|
public TerraformAdvancedOptions.Builder isRefreshRequired(Boolean isRefreshRequired)
Specifies whether to refresh the state for each resource before running the job
(operation). Refreshing the state can affect performance. Consider setting to false
if the configuration includes several resources. Used with the following
operations: PLAN
, APPLY
, DESTROY
.
isRefreshRequired
- the value to setpublic TerraformAdvancedOptions.Builder parallelism(Integer parallelism)
Limits the number of concurrent Terraform operations when walking the
graph. Use this
parameter to help debug Terraform issues or to accomplish certain special use cases. A
higher value might cause resources to be throttled. Used with the following operations:
PLAN
, APPLY
, DESTROY
.
parallelism
- the value to setpublic TerraformAdvancedOptions.Builder detailedLogLevel(TerraformAdvancedOptions.DetailedLogLevel detailedLogLevel)
Enables detailed logs at the specified verbosity for running the job (operation).
detailedLogLevel
- the value to setpublic TerraformAdvancedOptions build()
public TerraformAdvancedOptions.Builder copy(TerraformAdvancedOptions model)
Copyright © 2016–2024. All rights reserved.