Interface CreateIdentitySourceResponse.Builder

  • Method Details

    • identitySourceType

      CreateIdentitySourceResponse.Builder identitySourceType(String identitySourceType)

      The type of resource that provided identities to the identity source. For example, an IAM Identity Center instance.

      Parameters:
      identitySourceType - The type of resource that provided identities to the identity source. For example, an IAM Identity Center instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • identitySourceType

      CreateIdentitySourceResponse.Builder identitySourceType(IdentitySourceType identitySourceType)

      The type of resource that provided identities to the identity source. For example, an IAM Identity Center instance.

      Parameters:
      identitySourceType - The type of resource that provided identities to the identity source. For example, an IAM Identity Center instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • identitySourceArn

      CreateIdentitySourceResponse.Builder identitySourceArn(String identitySourceArn)

      Amazon Resource Name (ARN) for the identity source that was created.

      Parameters:
      identitySourceArn - Amazon Resource Name (ARN) for the identity source that was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      CreateIdentitySourceResponse.Builder creationTime(Instant creationTime)

      Timestamp when the identity source was created.

      Parameters:
      creationTime - Timestamp when the identity source was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.