Interface AuthenticationProfile.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AuthenticationProfile.Builder,,AuthenticationProfile> SdkBuilder<AuthenticationProfile.Builder,,AuthenticationProfile> SdkPojo
- Enclosing class:
AuthenticationProfile
-
Method Summary
Modifier and TypeMethodDescriptionallowedIps(String... allowedIps) A list of IP address range strings that are allowed to access the Connect Customer instance.allowedIps(Collection<String> allowedIps) A list of IP address range strings that are allowed to access the Connect Customer instance.The Amazon Resource Name (ARN) for the authentication profile.blockedIps(String... blockedIps) A list of IP address range strings that are blocked from accessing the Connect Customer instance.blockedIps(Collection<String> blockedIps) A list of IP address range strings that are blocked from accessing the Connect Customer instance.createdTime(Instant createdTime) The timestamp when the authentication profile was created.description(String description) The description for the authentication profile.A unique identifier for the authentication profile.Shows whether the authentication profile is the default authentication profile for the Connect Customer instance.lastModifiedRegion(String lastModifiedRegion) The Amazon Web Services Region where the authentication profile was last modified.lastModifiedTime(Instant lastModifiedTime) The timestamp when the authentication profile was last modified.maxSessionDuration(Integer maxSessionDuration) The long lived session duration for users logged in to Connect Customer, in minutes.The name for the authentication profile.periodicSessionDuration(Integer periodicSessionDuration) Deprecated.PeriodicSessionDuration is deprecated.sessionInactivityDuration(Integer sessionInactivityDuration) The period, in minutes, before an agent is automatically signed out of the contact center when they go inactive.sessionInactivityHandlingEnabled(Boolean sessionInactivityHandlingEnabled) Determines if automatic logout on user inactivity is enabled.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
A unique identifier for the authentication profile.
- Parameters:
id- A unique identifier for the authentication profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) for the authentication profile.
- Parameters:
arn- The Amazon Resource Name (ARN) for the authentication profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name for the authentication profile.
- Parameters:
name- The name for the authentication profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description for the authentication profile.
- Parameters:
description- The description for the authentication profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedIps
A list of IP address range strings that are allowed to access the Connect Customer instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Connect Customer Administrator Guide.
- Parameters:
allowedIps- A list of IP address range strings that are allowed to access the Connect Customer instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Connect Customer Administrator Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedIps
A list of IP address range strings that are allowed to access the Connect Customer instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Connect Customer Administrator Guide.
- Parameters:
allowedIps- A list of IP address range strings that are allowed to access the Connect Customer instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Connect Customer Administrator Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blockedIps
A list of IP address range strings that are blocked from accessing the Connect Customer instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Connect Customer Administrator Guide.
- Parameters:
blockedIps- A list of IP address range strings that are blocked from accessing the Connect Customer instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Connect Customer Administrator Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blockedIps
A list of IP address range strings that are blocked from accessing the Connect Customer instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Connect Customer Administrator Guide.
- Parameters:
blockedIps- A list of IP address range strings that are blocked from accessing the Connect Customer instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Connect Customer Administrator Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isDefault
Shows whether the authentication profile is the default authentication profile for the Connect Customer instance. The default authentication profile applies to all agents in an Connect Customer instance, unless overridden by another authentication profile.
- Parameters:
isDefault- Shows whether the authentication profile is the default authentication profile for the Connect Customer instance. The default authentication profile applies to all agents in an Connect Customer instance, unless overridden by another authentication profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
The timestamp when the authentication profile was created.
- Parameters:
createdTime- The timestamp when the authentication profile was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The timestamp when the authentication profile was last modified.
- Parameters:
lastModifiedTime- The timestamp when the authentication profile was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedRegion
The Amazon Web Services Region where the authentication profile was last modified.
- Parameters:
lastModifiedRegion- The Amazon Web Services Region where the authentication profile was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
periodicSessionDuration
Deprecated.PeriodicSessionDuration is deprecated. Use SessionInactivityDuration instead.The short lived session duration configuration for users logged in to Connect Customer, in minutes. This value determines the maximum possible time before an agent is authenticated. For more information, see Configure the session duration in the Connect Customer Administrator Guide.
- Parameters:
periodicSessionDuration- The short lived session duration configuration for users logged in to Connect Customer, in minutes. This value determines the maximum possible time before an agent is authenticated. For more information, see Configure the session duration in the Connect Customer Administrator Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxSessionDuration
The long lived session duration for users logged in to Connect Customer, in minutes. After this time period, users must log in again. For more information, see Configure the session duration in the Connect Customer Administrator Guide.
- Parameters:
maxSessionDuration- The long lived session duration for users logged in to Connect Customer, in minutes. After this time period, users must log in again. For more information, see Configure the session duration in the Connect Customer Administrator Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionInactivityDuration
The period, in minutes, before an agent is automatically signed out of the contact center when they go inactive.
- Parameters:
sessionInactivityDuration- The period, in minutes, before an agent is automatically signed out of the contact center when they go inactive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionInactivityHandlingEnabled
AuthenticationProfile.Builder sessionInactivityHandlingEnabled(Boolean sessionInactivityHandlingEnabled) Determines if automatic logout on user inactivity is enabled.
- Parameters:
sessionInactivityHandlingEnabled- Determines if automatic logout on user inactivity is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-