public static interface ListSecurityProfilePermissionsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListSecurityProfilePermissionsResponse.Builder,ListSecurityProfilePermissionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSecurityProfilePermissionsResponse.Builder |
lastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
ListSecurityProfilePermissionsResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The timestamp when this resource was last modified.
|
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. For a complete list of valid permissions, see List of security profile permissions.
permissions - The permissions granted to the security profile. For a complete list of valid permissions, see List of
security profile permissions.ListSecurityProfilePermissionsResponse.Builder permissions(String... permissions)
The permissions granted to the security profile. For a complete list of valid permissions, see List of security profile permissions.
permissions - The permissions granted to the security profile. For a complete list of valid permissions, see List of
security profile permissions.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.ListSecurityProfilePermissionsResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp when this resource was last modified.
lastModifiedTime - The timestamp when this resource was last modified.ListSecurityProfilePermissionsResponse.Builder lastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
lastModifiedRegion - The Amazon Web Services Region where this resource was last modified.Copyright © 2023. All rights reserved.