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 |
applications(Application... applications)
This API is in preview release for Amazon Connect and is subject to change.
|
UpdateSecurityProfileRequest.Builder |
applications(Collection<Application> applications)
This API is in preview release for Amazon Connect and is subject to change.
|
UpdateSecurityProfileRequest.Builder |
applications(Consumer<Application.Builder>... applications)
This API is in preview release for Amazon Connect and is subject to change.
|
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 applications(Collection<Application> applications)
This API is in preview release for Amazon Connect and is subject to change.
A list of the third party application's metadata.
applications - This API is in preview release for Amazon Connect and is subject to change.
A list of the third party application's metadata.
UpdateSecurityProfileRequest.Builder applications(Application... applications)
This API is in preview release for Amazon Connect and is subject to change.
A list of the third party application's metadata.
applications - This API is in preview release for Amazon Connect and is subject to change.
A list of the third party application's metadata.
UpdateSecurityProfileRequest.Builder applications(Consumer<Application.Builder>... applications)
This API is in preview release for Amazon Connect and is subject to change.
A list of the third party application's metadata.
This is a convenience method that creates an instance of theApplication.Builder avoiding the need to create one
manually via Application.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #applications(List.
applications - a consumer that will call methods on
Application.Builder#applications(java.util.Collection) 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.