public static interface DescribeEffectivePolicyResponse.Builder extends OrganizationsResponse.Builder, SdkPojo, CopyableBuilder<DescribeEffectivePolicyResponse.Builder,DescribeEffectivePolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeEffectivePolicyResponse.Builder |
effectivePolicy(Consumer<EffectivePolicy.Builder> effectivePolicy)
The contents of the effective policy.
|
DescribeEffectivePolicyResponse.Builder |
effectivePolicy(EffectivePolicy effectivePolicy)
The contents of the effective policy.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEffectivePolicyResponse.Builder effectivePolicy(EffectivePolicy effectivePolicy)
The contents of the effective policy.
effectivePolicy - The contents of the effective policy.default DescribeEffectivePolicyResponse.Builder effectivePolicy(Consumer<EffectivePolicy.Builder> effectivePolicy)
The contents of the effective policy.
This is a convenience method that creates an instance of theEffectivePolicy.Builder avoiding the
need to create one manually via EffectivePolicy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to effectivePolicy(EffectivePolicy).
effectivePolicy - a consumer that will call methods on EffectivePolicy.BuildereffectivePolicy(EffectivePolicy)Copyright © 2023. All rights reserved.