public static interface ListSecurityProfilePermissionsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListSecurityProfilePermissionsResponse.Builder,ListSecurityProfilePermissionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSecurityProfilePermissionsResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListSecurityProfilePermissionsResponse.Builder |
permissions(Collection<String> permissions)
The permissions granted to the security profile.
|
ListSecurityProfilePermissionsResponse.Builder |
permissions(String... permissions)
The permissions granted to the security profile.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSecurityProfilePermissionsResponse.Builder permissions(Collection<String> permissions)
The permissions granted to the security profile.
permissions - The permissions granted to the security profile.ListSecurityProfilePermissionsResponse.Builder permissions(String... permissions)
The permissions granted to the security profile.
permissions - The permissions granted to the security profile.ListSecurityProfilePermissionsResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.Copyright © 2022. All rights reserved.