public static interface UpdatePolicyDefinition.Builder extends SdkPojo, CopyableBuilder<UpdatePolicyDefinition.Builder,UpdatePolicyDefinition>
| Modifier and Type | Method and Description |
|---|---|
default UpdatePolicyDefinition.Builder |
staticValue(Consumer<UpdateStaticPolicyDefinition.Builder> staticValue)
Contains details about the updates to be applied to a static policy.
|
UpdatePolicyDefinition.Builder |
staticValue(UpdateStaticPolicyDefinition staticValue)
Contains details about the updates to be applied to a static policy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePolicyDefinition.Builder staticValue(UpdateStaticPolicyDefinition staticValue)
Contains details about the updates to be applied to a static policy.
staticValue - Contains details about the updates to be applied to a static policy.default UpdatePolicyDefinition.Builder staticValue(Consumer<UpdateStaticPolicyDefinition.Builder> staticValue)
Contains details about the updates to be applied to a static policy.
This is a convenience method that creates an instance of theUpdateStaticPolicyDefinition.Builder
avoiding the need to create one manually via UpdateStaticPolicyDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to staticValue(UpdateStaticPolicyDefinition).
staticValue - a consumer that will call methods on UpdateStaticPolicyDefinition.BuilderstaticValue(UpdateStaticPolicyDefinition)Copyright © 2023. All rights reserved.