Interface AuthenticationProfile.Builder

    • Method Detail

      • id

        AuthenticationProfile.Builder id​(String 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

        AuthenticationProfile.Builder arn​(String 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

        AuthenticationProfile.Builder name​(String 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

        AuthenticationProfile.Builder description​(String 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

        AuthenticationProfile.Builder allowedIps​(Collection<String> 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

        AuthenticationProfile.Builder allowedIps​(String... 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

        AuthenticationProfile.Builder blockedIps​(Collection<String> 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

        AuthenticationProfile.Builder blockedIps​(String... 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

        AuthenticationProfile.Builder isDefault​(Boolean 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

        AuthenticationProfile.Builder createdTime​(Instant 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

        AuthenticationProfile.Builder lastModifiedTime​(Instant 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

        AuthenticationProfile.Builder lastModifiedRegion​(String 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

        AuthenticationProfile.Builder periodicSessionDuration​(Integer 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

        AuthenticationProfile.Builder maxSessionDuration​(Integer 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.