Interface SpaceCredentialRequestContext.Builder

  • Method Details

    • spaceId

      The ID of an existing space to return credentials for.

      Parameters:
      spaceId - The ID of an existing space to return credentials for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainId

      The ID of the domain, when returning credentials for a target account that does not yet have a space.

      Parameters:
      domainId - The ID of the domain, when returning credentials for a target account that does not yet have a space.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetAccountId

      SpaceCredentialRequestContext.Builder targetAccountId(String targetAccountId)

      The ID of the target member account. Required when domainId is set.

      Parameters:
      targetAccountId - The ID of the target member account. Required when domainId is set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.