public static interface RemediationParameterValue.Builder extends SdkPojo, CopyableBuilder<RemediationParameterValue.Builder,RemediationParameterValue>
| Modifier and Type | Method and Description |
|---|---|
default RemediationParameterValue.Builder |
resourceValue(Consumer<ResourceValue.Builder> resourceValue)
The value is dynamic and changes at run-time.
|
RemediationParameterValue.Builder |
resourceValue(ResourceValue resourceValue)
The value is dynamic and changes at run-time.
|
default RemediationParameterValue.Builder |
staticValue(Consumer<StaticValue.Builder> staticValue)
The value is static and does not change at run-time.
|
RemediationParameterValue.Builder |
staticValue(StaticValue staticValue)
The value is static and does not change at run-time.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRemediationParameterValue.Builder resourceValue(ResourceValue resourceValue)
The value is dynamic and changes at run-time.
resourceValue - The value is dynamic and changes at run-time.default RemediationParameterValue.Builder resourceValue(Consumer<ResourceValue.Builder> resourceValue)
The value is dynamic and changes at run-time.
This is a convenience method that creates an instance of theResourceValue.Builder avoiding the need
to create one manually via ResourceValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to resourceValue(ResourceValue).
resourceValue - a consumer that will call methods on ResourceValue.BuilderresourceValue(ResourceValue)RemediationParameterValue.Builder staticValue(StaticValue staticValue)
The value is static and does not change at run-time.
staticValue - The value is static and does not change at run-time.default RemediationParameterValue.Builder staticValue(Consumer<StaticValue.Builder> staticValue)
The value is static and does not change at run-time.
This is a convenience method that creates an instance of theStaticValue.Builder avoiding the need to
create one manually via StaticValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to staticValue(StaticValue).
staticValue - a consumer that will call methods on StaticValue.BuilderstaticValue(StaticValue)Copyright © 2023. All rights reserved.