Interface ListPoliciesGrantingServiceAccessRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListPoliciesGrantingServiceAccessRequest.Builder,ListPoliciesGrantingServiceAccessRequest>,IamRequest.Builder,SdkBuilder<ListPoliciesGrantingServiceAccessRequest.Builder,ListPoliciesGrantingServiceAccessRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListPoliciesGrantingServiceAccessRequest
public static interface ListPoliciesGrantingServiceAccessRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<ListPoliciesGrantingServiceAccessRequest.Builder,ListPoliciesGrantingServiceAccessRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPoliciesGrantingServiceAccessRequest.Builderarn(String arn)The ARN of the IAM identity (user, group, or role) whose policies you want to list.ListPoliciesGrantingServiceAccessRequest.Buildermarker(String marker)Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.ListPoliciesGrantingServiceAccessRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPoliciesGrantingServiceAccessRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListPoliciesGrantingServiceAccessRequest.BuilderserviceNamespaces(String... serviceNamespaces)The service namespace for the Amazon Web Services services whose policies you want to list.ListPoliciesGrantingServiceAccessRequest.BuilderserviceNamespaces(Collection<String> serviceNamespaces)The service namespace for the Amazon Web Services services whose policies you want to list.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iam.model.IamRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
marker
ListPoliciesGrantingServiceAccessRequest.Builder marker(String marker)
Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the
Markerelement in the response that you received to indicate where the next call should start.- Parameters:
marker- Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of theMarkerelement in the response that you received to indicate where the next call should start.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
ListPoliciesGrantingServiceAccessRequest.Builder arn(String arn)
The ARN of the IAM identity (user, group, or role) whose policies you want to list.
- Parameters:
arn- The ARN of the IAM identity (user, group, or role) whose policies you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceNamespaces
ListPoliciesGrantingServiceAccessRequest.Builder serviceNamespaces(Collection<String> serviceNamespaces)
The service namespace for the Amazon Web Services services whose policies you want to list.
To learn the service namespace for a service, see Actions, resources, and condition keys for Amazon Web Services 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 Amazon Web Services service namespaces in the Amazon Web Services General Reference.- Parameters:
serviceNamespaces- The service namespace for the Amazon Web Services services whose policies you want to list.To learn the service namespace for a service, see Actions, resources, and condition keys for Amazon Web Services 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 Amazon Web Services service namespaces in the Amazon Web Services General Reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceNamespaces
ListPoliciesGrantingServiceAccessRequest.Builder serviceNamespaces(String... serviceNamespaces)
The service namespace for the Amazon Web Services services whose policies you want to list.
To learn the service namespace for a service, see Actions, resources, and condition keys for Amazon Web Services 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 Amazon Web Services service namespaces in the Amazon Web Services General Reference.- Parameters:
serviceNamespaces- The service namespace for the Amazon Web Services services whose policies you want to list.To learn the service namespace for a service, see Actions, resources, and condition keys for Amazon Web Services 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 Amazon Web Services service namespaces in the Amazon Web Services General Reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListPoliciesGrantingServiceAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListPoliciesGrantingServiceAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-