public static interface ListSecurityProfilePermissionsRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<ListSecurityProfilePermissionsRequest.Builder,ListSecurityProfilePermissionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSecurityProfilePermissionsRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListSecurityProfilePermissionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListSecurityProfilePermissionsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListSecurityProfilePermissionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSecurityProfilePermissionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSecurityProfilePermissionsRequest.Builder |
securityProfileId(String securityProfileId)
The identifier for the security profle.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSecurityProfilePermissionsRequest.Builder securityProfileId(String securityProfileId)
The identifier for the security profle.
securityProfileId - The identifier for the security profle.ListSecurityProfilePermissionsRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.ListSecurityProfilePermissionsRequest.Builder nextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next
request to retrieve the next set of results.ListSecurityProfilePermissionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.ListSecurityProfilePermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSecurityProfilePermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.