public static interface ListManagedPoliciesInPermissionSetRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<ListManagedPoliciesInPermissionSetRequest.Builder,ListManagedPoliciesInPermissionSetRequest>
| Modifier and Type | Method and Description |
|---|---|
ListManagedPoliciesInPermissionSetRequest.Builder |
instanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed.
|
ListManagedPoliciesInPermissionSetRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to display for the PermissionSet.
|
ListManagedPoliciesInPermissionSetRequest.Builder |
nextToken(String nextToken)
The pagination token for the list API.
|
ListManagedPoliciesInPermissionSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListManagedPoliciesInPermissionSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListManagedPoliciesInPermissionSetRequest.Builder |
permissionSetArn(String permissionSetArn)
The ARN of the PermissionSet whose managed policies will be listed.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListManagedPoliciesInPermissionSetRequest.Builder instanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
instanceArn - The ARN of the SSO instance under which the operation will be executed. For more information about
ARNs, see Amazon Resource Names (ARNs) and
Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.ListManagedPoliciesInPermissionSetRequest.Builder permissionSetArn(String permissionSetArn)
The ARN of the PermissionSet whose managed policies will be listed.
permissionSetArn - The ARN of the PermissionSet whose managed policies will be listed.ListManagedPoliciesInPermissionSetRequest.Builder maxResults(Integer maxResults)
The maximum number of results to display for the PermissionSet.
maxResults - The maximum number of results to display for the PermissionSet.ListManagedPoliciesInPermissionSetRequest.Builder nextToken(String nextToken)
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
nextToken - The pagination token for the list API. Initially the value is null. Use the output of previous API
calls to make subsequent calls.ListManagedPoliciesInPermissionSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListManagedPoliciesInPermissionSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.