Interface ListManagedPoliciesInPermissionSetResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListManagedPoliciesInPermissionSetResponse.Builder,
,ListManagedPoliciesInPermissionSetResponse> SdkBuilder<ListManagedPoliciesInPermissionSetResponse.Builder,
,ListManagedPoliciesInPermissionSetResponse> SdkPojo
,SdkResponse.Builder
,SsoAdminResponse.Builder
- Enclosing class:
ListManagedPoliciesInPermissionSetResponse
@Mutable
@NotThreadSafe
public static interface ListManagedPoliciesInPermissionSetResponse.Builder
extends SsoAdminResponse.Builder, SdkPojo, CopyableBuilder<ListManagedPoliciesInPermissionSetResponse.Builder,ListManagedPoliciesInPermissionSetResponse>
-
Method Summary
Modifier and TypeMethodDescriptionattachedManagedPolicies
(Collection<AttachedManagedPolicy> attachedManagedPolicies) An array of the AttachedManagedPolicy data type object.attachedManagedPolicies
(Consumer<AttachedManagedPolicy.Builder>... attachedManagedPolicies) An array of the AttachedManagedPolicy data type object.attachedManagedPolicies
(AttachedManagedPolicy... attachedManagedPolicies) An array of the AttachedManagedPolicy data type object.The pagination token for the list API.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.ssoadmin.model.SsoAdminResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
attachedManagedPolicies
ListManagedPoliciesInPermissionSetResponse.Builder attachedManagedPolicies(Collection<AttachedManagedPolicy> attachedManagedPolicies) An array of the AttachedManagedPolicy data type object.
- Parameters:
attachedManagedPolicies
- An array of the AttachedManagedPolicy data type object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachedManagedPolicies
ListManagedPoliciesInPermissionSetResponse.Builder attachedManagedPolicies(AttachedManagedPolicy... attachedManagedPolicies) An array of the AttachedManagedPolicy data type object.
- Parameters:
attachedManagedPolicies
- An array of the AttachedManagedPolicy data type object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachedManagedPolicies
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 theAttachedManagedPolicy.Builder
avoiding the need to create one manually viaAttachedManagedPolicy.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toattachedManagedPolicies(List<AttachedManagedPolicy>)
.- Parameters:
attachedManagedPolicies
- a consumer that will call methods onAttachedManagedPolicy.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
- Parameters:
nextToken
- The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-