Interface AuthenticationProfileSummary.Builder

    • Method Detail

      • id

        AuthenticationProfileSummary.Builder id​(String id)

        The unique identifier of the authentication profile.

        Parameters:
        id - The unique identifier of the authentication profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        AuthenticationProfileSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the authentication profile summary.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the authentication profile summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        AuthenticationProfileSummary.Builder name​(String name)

        The name of the authentication profile summary.

        Parameters:
        name - The name of the authentication profile summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isDefault

        AuthenticationProfileSummary.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.
      • lastModifiedTime

        AuthenticationProfileSummary.Builder lastModifiedTime​(Instant lastModifiedTime)

        The timestamp when the authentication profile summary was last modified.

        Parameters:
        lastModifiedTime - The timestamp when the authentication profile summary was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedRegion

        AuthenticationProfileSummary.Builder lastModifiedRegion​(String lastModifiedRegion)

        The Amazon Web Services Region when the authentication profile summary was last modified.

        Parameters:
        lastModifiedRegion - The Amazon Web Services Region when the authentication profile summary was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.