public static interface DescribeAccountPoliciesResponse.Builder extends CloudWatchLogsResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountPoliciesResponse.Builder,DescribeAccountPoliciesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountPoliciesResponse.Builder |
accountPolicies(AccountPolicy... accountPolicies)
An array of structures that contain information about the CloudWatch Logs account policies that match the
specified filters.
|
DescribeAccountPoliciesResponse.Builder |
accountPolicies(Collection<AccountPolicy> accountPolicies)
An array of structures that contain information about the CloudWatch Logs account policies that match the
specified filters.
|
DescribeAccountPoliciesResponse.Builder |
accountPolicies(Consumer<AccountPolicy.Builder>... accountPolicies)
An array of structures that contain information about the CloudWatch Logs account policies that match the
specified filters.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccountPoliciesResponse.Builder accountPolicies(Collection<AccountPolicy> accountPolicies)
An array of structures that contain information about the CloudWatch Logs account policies that match the specified filters.
accountPolicies - An array of structures that contain information about the CloudWatch Logs account policies that match
the specified filters.DescribeAccountPoliciesResponse.Builder accountPolicies(AccountPolicy... accountPolicies)
An array of structures that contain information about the CloudWatch Logs account policies that match the specified filters.
accountPolicies - An array of structures that contain information about the CloudWatch Logs account policies that match
the specified filters.DescribeAccountPoliciesResponse.Builder accountPolicies(Consumer<AccountPolicy.Builder>... accountPolicies)
An array of structures that contain information about the CloudWatch Logs account policies that match the specified filters.
This is a convenience method that creates an instance of theAccountPolicy.Builder avoiding the need to
create one manually via AccountPolicy.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #accountPolicies(List.
accountPolicies - a consumer that will call methods on
AccountPolicy.Builder#accountPolicies(java.util.Collection) Copyright © 2023. All rights reserved.