public static interface PolicyDefinitionDetail.Builder extends SdkPojo, CopyableBuilder<PolicyDefinitionDetail.Builder,PolicyDefinitionDetail>
| Modifier and Type | Method and Description |
|---|---|
default PolicyDefinitionDetail.Builder |
staticValue(Consumer<StaticPolicyDefinitionDetail.Builder> staticValue)
Information about a static policy that wasn't created with a policy template.
|
PolicyDefinitionDetail.Builder |
staticValue(StaticPolicyDefinitionDetail staticValue)
Information about a static policy that wasn't created with a policy template.
|
default PolicyDefinitionDetail.Builder |
templateLinked(Consumer<TemplateLinkedPolicyDefinitionDetail.Builder> templateLinked)
Information about a template-linked policy that was created by instantiating a policy template.
|
PolicyDefinitionDetail.Builder |
templateLinked(TemplateLinkedPolicyDefinitionDetail templateLinked)
Information about a template-linked policy that was created by instantiating a policy template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPolicyDefinitionDetail.Builder staticValue(StaticPolicyDefinitionDetail staticValue)
Information about a static policy that wasn't created with a policy template.
staticValue - Information about a static policy that wasn't created with a policy template.default PolicyDefinitionDetail.Builder staticValue(Consumer<StaticPolicyDefinitionDetail.Builder> staticValue)
Information about a static policy that wasn't created with a policy template.
This is a convenience method that creates an instance of theStaticPolicyDefinitionDetail.Builder
avoiding the need to create one manually via StaticPolicyDefinitionDetail.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to staticValue(StaticPolicyDefinitionDetail).
staticValue - a consumer that will call methods on StaticPolicyDefinitionDetail.BuilderstaticValue(StaticPolicyDefinitionDetail)PolicyDefinitionDetail.Builder templateLinked(TemplateLinkedPolicyDefinitionDetail templateLinked)
Information about a template-linked policy that was created by instantiating a policy template.
templateLinked - Information about a template-linked policy that was created by instantiating a policy template.default PolicyDefinitionDetail.Builder templateLinked(Consumer<TemplateLinkedPolicyDefinitionDetail.Builder> templateLinked)
Information about a template-linked policy that was created by instantiating a policy template.
This is a convenience method that creates an instance of theTemplateLinkedPolicyDefinitionDetail.Builder avoiding the need to create one manually via
TemplateLinkedPolicyDefinitionDetail.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to templateLinked(TemplateLinkedPolicyDefinitionDetail).
templateLinked - a consumer that will call methods on TemplateLinkedPolicyDefinitionDetail.BuildertemplateLinked(TemplateLinkedPolicyDefinitionDetail)Copyright © 2023. All rights reserved.