public static interface GetEffectivePoliciesResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<GetEffectivePoliciesResponse.Builder,GetEffectivePoliciesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetEffectivePoliciesResponse.Builder |
effectivePolicies(Collection<EffectivePolicy> effectivePolicies)
The effective policies.
|
GetEffectivePoliciesResponse.Builder |
effectivePolicies(Consumer<EffectivePolicy.Builder>... effectivePolicies)
The effective policies.
|
GetEffectivePoliciesResponse.Builder |
effectivePolicies(EffectivePolicy... effectivePolicies)
The effective policies.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEffectivePoliciesResponse.Builder effectivePolicies(Collection<EffectivePolicy> effectivePolicies)
The effective policies.
effectivePolicies - The effective policies.GetEffectivePoliciesResponse.Builder effectivePolicies(EffectivePolicy... effectivePolicies)
The effective policies.
effectivePolicies - The effective policies.GetEffectivePoliciesResponse.Builder effectivePolicies(Consumer<EffectivePolicy.Builder>... effectivePolicies)
The effective policies.
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 #effectivePolicies(List.
effectivePolicies - a consumer that will call methods on
EffectivePolicy.Builder#effectivePolicies(java.util.Collection) Copyright © 2023. All rights reserved.