public static interface ListPoliciesGrantingServiceAccessEntry.Builder extends SdkPojo, CopyableBuilder<ListPoliciesGrantingServiceAccessEntry.Builder,ListPoliciesGrantingServiceAccessEntry>
| Modifier and Type | Method and Description |
|---|---|
ListPoliciesGrantingServiceAccessEntry.Builder |
policies(Collection<PolicyGrantingServiceAccess> policies)
The
PoliciesGrantingServiceAccess object that contains details about the policy. |
ListPoliciesGrantingServiceAccessEntry.Builder |
policies(Consumer<PolicyGrantingServiceAccess.Builder>... policies)
The
PoliciesGrantingServiceAccess object that contains details about the policy. |
ListPoliciesGrantingServiceAccessEntry.Builder |
policies(PolicyGrantingServiceAccess... policies)
The
PoliciesGrantingServiceAccess object that contains details about the policy. |
ListPoliciesGrantingServiceAccessEntry.Builder |
serviceNamespace(String serviceNamespace)
The namespace of the service that was accessed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListPoliciesGrantingServiceAccessEntry.Builder serviceNamespace(String serviceNamespace)
The namespace of the service that was accessed.
To learn the service namespace of a service, go to Actions, Resources, and Condition Keys for AWS Services in the IAM User Guide. Choose the name of
the service to view details for that service. In the first paragraph, find the service prefix. For example,
(service prefix: a4b). For more information about service namespaces, see AWS Service Namespaces in the AWS General Reference.
serviceNamespace - The namespace of the service that was accessed.
To learn the service namespace of a service, go to Actions, Resources, and Condition Keys for AWS Services in the IAM User Guide. Choose the
name of the service to view details for that service. In the first paragraph, find the service prefix.
For example, (service prefix: a4b). For more information about service namespaces, see AWS Service Namespaces in the AWS General Reference.
ListPoliciesGrantingServiceAccessEntry.Builder policies(Collection<PolicyGrantingServiceAccess> policies)
The PoliciesGrantingServiceAccess object that contains details about the policy.
policies - The PoliciesGrantingServiceAccess object that contains details about the policy.ListPoliciesGrantingServiceAccessEntry.Builder policies(PolicyGrantingServiceAccess... policies)
The PoliciesGrantingServiceAccess object that contains details about the policy.
policies - The PoliciesGrantingServiceAccess object that contains details about the policy.ListPoliciesGrantingServiceAccessEntry.Builder policies(Consumer<PolicyGrantingServiceAccess.Builder>... policies)
The PoliciesGrantingServiceAccess object that contains details about the policy.
List.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 #policies(List) .policies - a consumer that will call methods on List.Builder #policies(List) Copyright © 2020. All rights reserved.