Interface CreateSecurityProfileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<CreateSecurityProfileRequest.Builder,CreateSecurityProfileRequest>,SdkBuilder<CreateSecurityProfileRequest.Builder,CreateSecurityProfileRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateSecurityProfileRequest
public static interface CreateSecurityProfileRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateSecurityProfileRequest.Builder,CreateSecurityProfileRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateSecurityProfileRequest.BuilderallowedAccessControlHierarchyGroupId(String allowedAccessControlHierarchyGroupId)The identifier of the hierarchy group that a security profile uses to restrict access to resources in Amazon Connect.CreateSecurityProfileRequest.BuilderallowedAccessControlTags(Map<String,String> allowedAccessControlTags)The list of tags that a security profile uses to restrict access to resources in Amazon Connect.CreateSecurityProfileRequest.Builderapplications(Collection<Application> applications)A list of third-party applications that the security profile will give access to.CreateSecurityProfileRequest.Builderapplications(Consumer<Application.Builder>... applications)A list of third-party applications that the security profile will give access to.CreateSecurityProfileRequest.Builderapplications(Application... applications)A list of third-party applications that the security profile will give access to.CreateSecurityProfileRequest.Builderdescription(String description)The description of the security profile.CreateSecurityProfileRequest.BuilderhierarchyRestrictedResources(String... hierarchyRestrictedResources)The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect.CreateSecurityProfileRequest.BuilderhierarchyRestrictedResources(Collection<String> hierarchyRestrictedResources)The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect.CreateSecurityProfileRequest.BuilderinstanceId(String instanceId)The identifier of the Amazon Connect instance.CreateSecurityProfileRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSecurityProfileRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSecurityProfileRequest.Builderpermissions(String... permissions)Permissions assigned to the security profile.CreateSecurityProfileRequest.Builderpermissions(Collection<String> permissions)Permissions assigned to the security profile.CreateSecurityProfileRequest.BuildersecurityProfileName(String securityProfileName)The name of the security profile.CreateSecurityProfileRequest.BuildertagRestrictedResources(String... tagRestrictedResources)The list of resources that a security profile applies tag restrictions to in Amazon Connect.CreateSecurityProfileRequest.BuildertagRestrictedResources(Collection<String> tagRestrictedResources)The list of resources that a security profile applies tag restrictions to in Amazon Connect.CreateSecurityProfileRequest.Buildertags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
securityProfileName
CreateSecurityProfileRequest.Builder securityProfileName(String securityProfileName)
The name of the security profile.
- Parameters:
securityProfileName- The name of the security profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateSecurityProfileRequest.Builder description(String description)
The description of the security profile.
- Parameters:
description- The description of the security profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
CreateSecurityProfileRequest.Builder permissions(Collection<String> permissions)
Permissions assigned to the security profile. For a list of valid permissions, see List of security profile permissions.
- Parameters:
permissions- Permissions assigned to the security profile. For a list of valid permissions, see List of security profile permissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
CreateSecurityProfileRequest.Builder permissions(String... permissions)
Permissions assigned to the security profile. For a list of valid permissions, see List of security profile permissions.
- Parameters:
permissions- Permissions assigned to the security profile. For a list of valid permissions, see List of security profile permissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceId
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.
- Parameters:
instanceId- The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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"} }.
- Parameters:
tags- The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedAccessControlTags
CreateSecurityProfileRequest.Builder allowedAccessControlTags(Map<String,String> allowedAccessControlTags)
The list of tags that a security profile uses to restrict access to resources in Amazon Connect.
- Parameters:
allowedAccessControlTags- The list of tags that a security profile uses to restrict access to resources in Amazon Connect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagRestrictedResources
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- Parameters:
tagRestrictedResources- The list of resources that a security profile applies tag restrictions to in Amazon Connect. Following are acceptable ResourceNames:User|SecurityProfile|Queue|RoutingProfile- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagRestrictedResources
CreateSecurityProfileRequest.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- Parameters:
tagRestrictedResources- The list of resources that a security profile applies tag restrictions to in Amazon Connect. Following are acceptable ResourceNames:User|SecurityProfile|Queue|RoutingProfile- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applications
CreateSecurityProfileRequest.Builder applications(Collection<Application> applications)
A list of third-party applications that the security profile will give access to.
- Parameters:
applications- A list of third-party applications that the security profile will give access to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applications
CreateSecurityProfileRequest.Builder applications(Application... applications)
A list of third-party applications that the security profile will give access to.
- Parameters:
applications- A list of third-party applications that the security profile will give access to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applications
CreateSecurityProfileRequest.Builder applications(Consumer<Application.Builder>... applications)
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.Builderavoiding the need to create one manually viaApplication.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#applications(List.) - Parameters:
applications- a consumer that will call methods onApplication.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#applications(java.util.Collection)
-
hierarchyRestrictedResources
CreateSecurityProfileRequest.Builder hierarchyRestrictedResources(Collection<String> hierarchyRestrictedResources)
The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect. Following are acceptable ResourceNames:
User.- Parameters:
hierarchyRestrictedResources- The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect. Following are acceptable ResourceNames:User.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hierarchyRestrictedResources
CreateSecurityProfileRequest.Builder hierarchyRestrictedResources(String... hierarchyRestrictedResources)
The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect. Following are acceptable ResourceNames:
User.- Parameters:
hierarchyRestrictedResources- The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect. Following are acceptable ResourceNames:User.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedAccessControlHierarchyGroupId
CreateSecurityProfileRequest.Builder allowedAccessControlHierarchyGroupId(String allowedAccessControlHierarchyGroupId)
The identifier of the hierarchy group that a security profile uses to restrict access to resources in Amazon Connect.
- Parameters:
allowedAccessControlHierarchyGroupId- The identifier of the hierarchy group that a security profile uses to restrict access to resources in Amazon Connect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateSecurityProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateSecurityProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-