public static interface ListManagedPoliciesInPermissionSetResponse.Builder extends SsoAdminResponse.Builder, SdkPojo, CopyableBuilder<ListManagedPoliciesInPermissionSetResponse.Builder,ListManagedPoliciesInPermissionSetResponse>
| Modifier and Type | Method and Description |
|---|---|
ListManagedPoliciesInPermissionSetResponse.Builder |
attachedManagedPolicies(AttachedManagedPolicy... attachedManagedPolicies)
An array of the AttachedManagedPolicy data type object.
|
ListManagedPoliciesInPermissionSetResponse.Builder |
attachedManagedPolicies(Collection<AttachedManagedPolicy> attachedManagedPolicies)
An array of the AttachedManagedPolicy data type object.
|
ListManagedPoliciesInPermissionSetResponse.Builder |
attachedManagedPolicies(Consumer<AttachedManagedPolicy.Builder>... attachedManagedPolicies)
An array of the AttachedManagedPolicy data type object.
|
ListManagedPoliciesInPermissionSetResponse.Builder |
nextToken(String nextToken)
The pagination token for the list API.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListManagedPoliciesInPermissionSetResponse.Builder attachedManagedPolicies(Collection<AttachedManagedPolicy> attachedManagedPolicies)
An array of the AttachedManagedPolicy data type object.
attachedManagedPolicies - An array of the AttachedManagedPolicy data type object.ListManagedPoliciesInPermissionSetResponse.Builder attachedManagedPolicies(AttachedManagedPolicy... attachedManagedPolicies)
An array of the AttachedManagedPolicy data type object.
attachedManagedPolicies - An array of the AttachedManagedPolicy data type object.ListManagedPoliciesInPermissionSetResponse.Builder attachedManagedPolicies(Consumer<AttachedManagedPolicy.Builder>... attachedManagedPolicies)
An array of the AttachedManagedPolicy data type object.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #attachedManagedPolicies(List) .attachedManagedPolicies - a consumer that will call methods on List.Builder #attachedManagedPolicies(List) ListManagedPoliciesInPermissionSetResponse.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.