public static interface CreateSecurityProfileRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateSecurityProfileRequest.Builder,CreateSecurityProfileRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSecurityProfileRequest.Builder securityProfileName(String securityProfileName)
The name of the security profile.
securityProfileName - The name of the security profile.CreateSecurityProfileRequest.Builder description(String description)
The description of the security profile.
description - The description of the security profile.CreateSecurityProfileRequest.Builder permissions(Collection<String> permissions)
Permissions assigned to the security profile. For a list of valid permissions, see List of security profile permissions.
permissions - Permissions assigned to the security profile. For a list of valid permissions, see List of
security profile permissions.CreateSecurityProfileRequest.Builder permissions(String... permissions)
Permissions assigned to the security profile. For a list of valid permissions, see List of security profile permissions.
permissions - Permissions assigned to the security profile. For a list of valid permissions, see List of
security profile permissions.CreateSecurityProfileRequest.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.CreateSecurityProfileRequest.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
tags - The tags used to organize, track, or control access for this resource. For example, { "tags":
{"key1":"value1", "key2":"value2"} }.CreateSecurityProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSecurityProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.