public static interface ListCustomerManagedPolicyReferencesInPermissionSetRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<ListCustomerManagedPolicyReferencesInPermissionSetRequest.Builder,ListCustomerManagedPolicyReferencesInPermissionSetRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCustomerManagedPolicyReferencesInPermissionSetRequest.Builder |
instanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed.
|
ListCustomerManagedPolicyReferencesInPermissionSetRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to display for the list call.
|
ListCustomerManagedPolicyReferencesInPermissionSetRequest.Builder |
nextToken(String nextToken)
The pagination token for the list API.
|
ListCustomerManagedPolicyReferencesInPermissionSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCustomerManagedPolicyReferencesInPermissionSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCustomerManagedPolicyReferencesInPermissionSetRequest.Builder |
permissionSetArn(String permissionSetArn)
The ARN of the
PermissionSet. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCustomerManagedPolicyReferencesInPermissionSetRequest.Builder instanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed.
instanceArn - The ARN of the SSO instance under which the operation will be executed.ListCustomerManagedPolicyReferencesInPermissionSetRequest.Builder permissionSetArn(String permissionSetArn)
The ARN of the PermissionSet.
permissionSetArn - The ARN of the PermissionSet.ListCustomerManagedPolicyReferencesInPermissionSetRequest.Builder maxResults(Integer maxResults)
The maximum number of results to display for the list call.
maxResults - The maximum number of results to display for the list call.ListCustomerManagedPolicyReferencesInPermissionSetRequest.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.ListCustomerManagedPolicyReferencesInPermissionSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCustomerManagedPolicyReferencesInPermissionSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.