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, see Actions, resources, and condition keys for Amazon Web Services services in the Service Authorization
Reference. 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 Amazon Web Services service namespaces in the Amazon Web Services General Reference.
serviceNamespace - The namespace of the service that was accessed.
To learn the service namespace of a service, see Actions, resources, and condition keys for Amazon Web Services services in the Service
Authorization Reference. 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 Amazon Web Services service namespaces in the Amazon Web Services 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.
PolicyGrantingServiceAccess.Builder avoiding the need to
create one manually via
PolicyGrantingServiceAccess.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #policies(List.
policies - a consumer that will call methods on
PolicyGrantingServiceAccess.Builder#policies(java.util.Collection) Copyright © 2023. All rights reserved.