public static interface UpdateSecurityProfileRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateSecurityProfileRequest.Builder,UpdateSecurityProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSecurityProfileRequest.Builder |
allowedAccessControlTags(Map<String,String> allowedAccessControlTags)
The list of tags that a security profile uses to restrict access to resources in Amazon Connect.
|
UpdateSecurityProfileRequest.Builder |
description(String description)
The description of the security profile.
|
UpdateSecurityProfileRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateSecurityProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSecurityProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSecurityProfileRequest.Builder |
permissions(Collection<String> permissions)
The permissions granted to a security profile.
|
UpdateSecurityProfileRequest.Builder |
permissions(String... permissions)
The permissions granted to a security profile.
|
UpdateSecurityProfileRequest.Builder |
securityProfileId(String securityProfileId)
The identifier for the security profle.
|
UpdateSecurityProfileRequest.Builder |
tagRestrictedResources(Collection<String> tagRestrictedResources)
The list of resources that a security profile applies tag restrictions to in Amazon Connect.
|
UpdateSecurityProfileRequest.Builder |
tagRestrictedResources(String... tagRestrictedResources)
The list of resources that a security profile applies tag restrictions to in Amazon Connect.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSecurityProfileRequest.Builder description(String description)
The description of the security profile.
description - The description of the security profile.UpdateSecurityProfileRequest.Builder permissions(Collection<String> permissions)
The permissions granted to a security profile. For a list of valid permissions, see List of security profile permissions.
permissions - The permissions granted to a security profile. For a list of valid permissions, see List of
security profile permissions.UpdateSecurityProfileRequest.Builder permissions(String... permissions)
The permissions granted to a security profile. For a list of valid permissions, see List of security profile permissions.
permissions - The permissions granted to a security profile. For a list of valid permissions, see List of
security profile permissions.UpdateSecurityProfileRequest.Builder securityProfileId(String securityProfileId)
The identifier for the security profle.
securityProfileId - The identifier for the security profle.UpdateSecurityProfileRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.UpdateSecurityProfileRequest.Builder allowedAccessControlTags(Map<String,String> allowedAccessControlTags)
The list of tags that a security profile uses to restrict access to resources in Amazon Connect.
allowedAccessControlTags - The list of tags that a security profile uses to restrict access to resources in Amazon Connect.UpdateSecurityProfileRequest.Builder tagRestrictedResources(Collection<String> tagRestrictedResources)
The list of resources that a security profile applies tag restrictions to in Amazon Connect.
tagRestrictedResources - The list of resources that a security profile applies tag restrictions to in Amazon Connect.UpdateSecurityProfileRequest.Builder tagRestrictedResources(String... tagRestrictedResources)
The list of resources that a security profile applies tag restrictions to in Amazon Connect.
tagRestrictedResources - The list of resources that a security profile applies tag restrictions to in Amazon Connect.UpdateSecurityProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSecurityProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.