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 theCustomerManagedPolicyReference.Builder avoiding the
need to create one manually via
CustomerManagedPolicyReference.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #customerManagedPolicyReferences(List.
customerManagedPolicyReferences - a consumer that will call methods on
CustomerManagedPolicyReference.Builder#customerManagedPolicyReferences(java.util.Collection) 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 © 2023. All rights reserved.