Interface ListPermissionSetsProvisionedToAccountResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListPermissionSetsProvisionedToAccountResponse.Builder,,ListPermissionSetsProvisionedToAccountResponse> SdkBuilder<ListPermissionSetsProvisionedToAccountResponse.Builder,,ListPermissionSetsProvisionedToAccountResponse> SdkPojo,SdkResponse.Builder,SsoAdminResponse.Builder
- Enclosing class:
ListPermissionSetsProvisionedToAccountResponse
public static interface ListPermissionSetsProvisionedToAccountResponse.Builder
extends SsoAdminResponse.Builder, SdkPojo, CopyableBuilder<ListPermissionSetsProvisionedToAccountResponse.Builder,ListPermissionSetsProvisionedToAccountResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe pagination token for the list API.permissionSets(String... permissionSets) Defines the level of access that an Amazon Web Services account has.permissionSets(Collection<String> permissionSets) Defines the level of access that an Amazon Web Services account has.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.ssoadmin.model.SsoAdminResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
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.
-
permissionSets
ListPermissionSetsProvisionedToAccountResponse.Builder permissionSets(Collection<String> permissionSets) Defines the level of access that an Amazon Web Services account has.
- Parameters:
permissionSets- Defines the level of access that an Amazon Web Services account has.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissionSets
Defines the level of access that an Amazon Web Services account has.
- Parameters:
permissionSets- Defines the level of access that an Amazon Web Services account has.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-