public static interface ListCustomerManagedPolicyReferencesInPermissionSetResponse.Builder extends SsoAdminResponse.Builder, SdkPojo, CopyableBuilder<ListCustomerManagedPolicyReferencesInPermissionSetResponse.Builder,ListCustomerManagedPolicyReferencesInPermissionSetResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCustomerManagedPolicyReferencesInPermissionSetResponse.Builder |
customerManagedPolicyReferences(Collection<CustomerManagedPolicyReference> customerManagedPolicyReferences)
Specifies the names and paths of the customer managed policies that you have attached to your permission set.
|
ListCustomerManagedPolicyReferencesInPermissionSetResponse.Builder |
customerManagedPolicyReferences(Consumer<CustomerManagedPolicyReference.Builder>... customerManagedPolicyReferences)
Specifies the names and paths of the customer managed policies that you have attached to your permission set.
|
ListCustomerManagedPolicyReferencesInPermissionSetResponse.Builder |
customerManagedPolicyReferences(CustomerManagedPolicyReference... customerManagedPolicyReferences)
Specifies the names and paths of the customer managed policies that you have attached to your permission set.
|
ListCustomerManagedPolicyReferencesInPermissionSetResponse.Builder |
nextToken(String nextToken)
The pagination token for the list API.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCustomerManagedPolicyReferencesInPermissionSetResponse.Builder customerManagedPolicyReferences(Collection<CustomerManagedPolicyReference> customerManagedPolicyReferences)
Specifies the names and paths of the customer managed policies that you have attached to your permission set.
customerManagedPolicyReferences - Specifies the names and paths of the customer managed policies that you have attached to your
permission set.ListCustomerManagedPolicyReferencesInPermissionSetResponse.Builder customerManagedPolicyReferences(CustomerManagedPolicyReference... customerManagedPolicyReferences)
Specifies the names and paths of the customer managed policies that you have attached to your permission set.
customerManagedPolicyReferences - Specifies the names and paths of the customer managed policies that you have attached to your
permission set.ListCustomerManagedPolicyReferencesInPermissionSetResponse.Builder customerManagedPolicyReferences(Consumer<CustomerManagedPolicyReference.Builder>... customerManagedPolicyReferences)
Specifies the names and paths of the customer managed policies that you have attached to your permission set.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #customerManagedPolicyReferences(List) .customerManagedPolicyReferences - a consumer that will call methods on List.Builder #customerManagedPolicyReferences(List) ListCustomerManagedPolicyReferencesInPermissionSetResponse.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.Copyright © 2022. All rights reserved.