Interface UpdateSecurityProfileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<UpdateSecurityProfileRequest.Builder,UpdateSecurityProfileRequest>,SdkBuilder<UpdateSecurityProfileRequest.Builder,UpdateSecurityProfileRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateSecurityProfileRequest
public static interface UpdateSecurityProfileRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateSecurityProfileRequest.Builder,UpdateSecurityProfileRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateSecurityProfileRequest.BuilderallowedAccessControlHierarchyGroupId(String allowedAccessControlHierarchyGroupId)The identifier of the hierarchy group that a security profile uses to restrict access to resources in Amazon Connect.UpdateSecurityProfileRequest.BuilderallowedAccessControlTags(Map<String,String> allowedAccessControlTags)The list of tags that a security profile uses to restrict access to resources in Amazon Connect.UpdateSecurityProfileRequest.Builderapplications(Collection<Application> applications)A list of the third-party application's metadata.UpdateSecurityProfileRequest.Builderapplications(Consumer<Application.Builder>... applications)A list of the third-party application's metadata.UpdateSecurityProfileRequest.Builderapplications(Application... applications)A list of the third-party application's metadata.UpdateSecurityProfileRequest.Builderdescription(String description)The description of the security profile.UpdateSecurityProfileRequest.BuilderhierarchyRestrictedResources(String... hierarchyRestrictedResources)The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect.UpdateSecurityProfileRequest.BuilderhierarchyRestrictedResources(Collection<String> hierarchyRestrictedResources)The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect.UpdateSecurityProfileRequest.BuilderinstanceId(String instanceId)The identifier of the Amazon Connect instance.UpdateSecurityProfileRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSecurityProfileRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSecurityProfileRequest.Builderpermissions(String... permissions)The permissions granted to a security profile.UpdateSecurityProfileRequest.Builderpermissions(Collection<String> permissions)The permissions granted to a security profile.UpdateSecurityProfileRequest.BuildersecurityProfileId(String securityProfileId)The identifier for the security profle.UpdateSecurityProfileRequest.BuildertagRestrictedResources(String... tagRestrictedResources)The list of resources that a security profile applies tag restrictions to in Amazon Connect.UpdateSecurityProfileRequest.BuildertagRestrictedResources(Collection<String> tagRestrictedResources)The list of resources that a security profile applies tag restrictions to in Amazon Connect.-
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
-
description
UpdateSecurityProfileRequest.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
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.
- Parameters:
permissions- The permissions granted to a 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
UpdateSecurityProfileRequest.Builder permissions(String... permissions)
The permissions granted to a security profile. For a list of valid permissions, see List of security profile permissions.
- Parameters:
permissions- The permissions granted to a 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.
-
securityProfileId
UpdateSecurityProfileRequest.Builder securityProfileId(String securityProfileId)
The identifier for the security profle.
- Parameters:
securityProfileId- The identifier for the security profle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceId
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.
- 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.
-
allowedAccessControlTags
UpdateSecurityProfileRequest.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
UpdateSecurityProfileRequest.Builder tagRestrictedResources(Collection<String> tagRestrictedResources)
The list of resources that a security profile applies tag restrictions to in Amazon Connect.
- Parameters:
tagRestrictedResources- The list of resources that a security profile applies tag restrictions to in Amazon Connect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagRestrictedResources
UpdateSecurityProfileRequest.Builder tagRestrictedResources(String... tagRestrictedResources)
The list of resources that a security profile applies tag restrictions to in Amazon Connect.
- Parameters:
tagRestrictedResources- The list of resources that a security profile applies tag restrictions to in Amazon Connect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applications
UpdateSecurityProfileRequest.Builder applications(Collection<Application> applications)
A list of the third-party application's metadata.
- Parameters:
applications- A list of the third-party application's metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applications
UpdateSecurityProfileRequest.Builder applications(Application... applications)
A list of the third-party application's metadata.
- Parameters:
applications- A list of the third-party application's metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applications
UpdateSecurityProfileRequest.Builder applications(Consumer<Application.Builder>... applications)
A list of the third-party application's metadata.
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
UpdateSecurityProfileRequest.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
UpdateSecurityProfileRequest.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
UpdateSecurityProfileRequest.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
UpdateSecurityProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSecurityProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-