Interface AuthenticationProfileSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AuthenticationProfileSummary.Builder,AuthenticationProfileSummary>, SdkBuilder<AuthenticationProfileSummary.Builder,AuthenticationProfileSummary>, SdkPojo
Enclosing class:
AuthenticationProfileSummary

public static interface AuthenticationProfileSummary.Builder extends SdkPojo, CopyableBuilder<AuthenticationProfileSummary.Builder,AuthenticationProfileSummary>
  • Method Details

    • 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

      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

      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

      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.