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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetEffectivePoliciesResponse.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 that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #effectivePolicies(List)
.effectivePolicies
- a consumer that will call methods on List.Builder
#effectivePolicies(List)
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.