public static interface CreateSecurityProfileRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateSecurityProfileRequest.Builder,CreateSecurityProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSecurityProfileRequest.Builder |
allowedAccessControlTags(Map<String,String> allowedAccessControlTags)
The list of tags that a security profile uses to restrict access to resources in Amazon Connect.
|
CreateSecurityProfileRequest.Builder |
applications(Application... applications)
This API is in preview release for Amazon Connect and is subject to change.
|
CreateSecurityProfileRequest.Builder |
applications(Collection<Application> applications)
This API is in preview release for Amazon Connect and is subject to change.
|
CreateSecurityProfileRequest.Builder |
applications(Consumer<Application.Builder>... applications)
This API is in preview release for Amazon Connect and is subject to change.
|
CreateSecurityProfileRequest.Builder |
description(String description)
The description of the security profile.
|
CreateSecurityProfileRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
CreateSecurityProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSecurityProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSecurityProfileRequest.Builder |
permissions(Collection<String> permissions)
Permissions assigned to the security profile.
|
CreateSecurityProfileRequest.Builder |
permissions(String... permissions)
Permissions assigned to the security profile.
|
CreateSecurityProfileRequest.Builder |
securityProfileName(String securityProfileName)
The name of the security profile.
|
CreateSecurityProfileRequest.Builder |
tagRestrictedResources(Collection<String> tagRestrictedResources)
The list of resources that a security profile applies tag restrictions to in Amazon Connect.
|
CreateSecurityProfileRequest.Builder |
tagRestrictedResources(String... tagRestrictedResources)
The list of resources that a security profile applies tag restrictions to in Amazon Connect.
|
CreateSecurityProfileRequest.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
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 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.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 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.CreateSecurityProfileRequest.Builder tagRestrictedResources(Collection<String> tagRestrictedResources)
The list of resources that a security profile applies tag restrictions to in Amazon Connect. Following are
acceptable ResourceNames: User | SecurityProfile | Queue |
RoutingProfile
tagRestrictedResources - The list of resources that a security profile applies tag restrictions to in Amazon Connect. Following
are acceptable ResourceNames: User | SecurityProfile | Queue |
RoutingProfileCreateSecurityProfileRequest.Builder tagRestrictedResources(String... tagRestrictedResources)
The list of resources that a security profile applies tag restrictions to in Amazon Connect. Following are
acceptable ResourceNames: User | SecurityProfile | Queue |
RoutingProfile
tagRestrictedResources - The list of resources that a security profile applies tag restrictions to in Amazon Connect. Following
are acceptable ResourceNames: User | SecurityProfile | Queue |
RoutingProfileCreateSecurityProfileRequest.Builder applications(Collection<Application> applications)
This API is in preview release for Amazon Connect and is subject to change.
A list of third party applications that the security profile will give access to.
applications - This API is in preview release for Amazon Connect and is subject to change.
A list of third party applications that the security profile will give access to.
CreateSecurityProfileRequest.Builder applications(Application... applications)
This API is in preview release for Amazon Connect and is subject to change.
A list of third party applications that the security profile will give access to.
applications - This API is in preview release for Amazon Connect and is subject to change.
A list of third party applications that the security profile will give access to.
CreateSecurityProfileRequest.Builder applications(Consumer<Application.Builder>... applications)
This API is in preview release for Amazon Connect and is subject to change.
A list of third party applications that the security profile will give access to.
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) CreateSecurityProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSecurityProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.