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 Amazon Connect instance.allowedIps
(Collection<String> allowedIps) A list of IP address range strings that are allowed to access the Amazon Connect 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 Amazon Connect instance.blockedIps
(Collection<String> blockedIps) A list of IP address range strings that are blocked from accessing the Amazon Connect 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 Amazon Connect 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 Amazon Connect, in minutes.The name for the authentication profile.periodicSessionDuration
(Integer periodicSessionDuration) The short lived session duration configuration for users logged in to Amazon Connect, in minutes.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 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 Amazon Connect instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Amazon Connect Administrator Guide.
- Parameters:
allowedIps
- A list of IP address range strings that are allowed to access the Amazon Connect instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Amazon Connect 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 Amazon Connect instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Amazon Connect Administrator Guide.
- Parameters:
allowedIps
- A list of IP address range strings that are allowed to access the Amazon Connect instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Amazon Connect 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 Amazon Connect instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Amazon Connect Administrator Guide.
- Parameters:
blockedIps
- A list of IP address range strings that are blocked from accessing the Amazon Connect instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Amazon Connect 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 Amazon Connect instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Amazon Connect Administrator Guide.
- Parameters:
blockedIps
- A list of IP address range strings that are blocked from accessing the Amazon Connect instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Amazon Connect 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 Amazon Connect instance. The default authentication profile applies to all agents in an Amazon Connect instance, unless overridden by another authentication profile.
- Parameters:
isDefault
- Shows whether the authentication profile is the default authentication profile for the Amazon Connect instance. The default authentication profile applies to all agents in an Amazon Connect 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
The short lived session duration configuration for users logged in to Amazon Connect, in minutes. This value determines the maximum possible time before an agent is authenticated. For more information, see Configure the session duration in the Amazon Connect Administrator Guide.
- Parameters:
periodicSessionDuration
- The short lived session duration configuration for users logged in to Amazon Connect, in minutes. This value determines the maximum possible time before an agent is authenticated. For more information, see Configure the session duration in the Amazon Connect 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 Amazon Connect, in minutes. After this time period, users must log in again. For more information, see Configure the session duration in the Amazon Connect Administrator Guide.
- Parameters:
maxSessionDuration
- The long lived session duration for users logged in to Amazon Connect, in minutes. After this time period, users must log in again. For more information, see Configure the session duration in the Amazon Connect Administrator Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-