Interface GetInvitationConfigurationResponse.Builder

All Superinterfaces:
AlexaForBusinessResponse.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<GetInvitationConfigurationResponse.Builder,GetInvitationConfigurationResponse>, SdkBuilder<GetInvitationConfigurationResponse.Builder,GetInvitationConfigurationResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetInvitationConfigurationResponse

  • Method Details

    • organizationName

      GetInvitationConfigurationResponse.Builder organizationName(String organizationName)

      The name of the organization sending the enrollment invite to a user.

      Parameters:
      organizationName - The name of the organization sending the enrollment invite to a user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contactEmail

      The email ID of the organization or individual contact that the enrolled user can use.

      Parameters:
      contactEmail - The email ID of the organization or individual contact that the enrolled user can use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • privateSkillIds

      The list of private skill IDs that you want to recommend to the user to enable in the invitation.

      Parameters:
      privateSkillIds - The list of private skill IDs that you want to recommend to the user to enable in the invitation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • privateSkillIds

      GetInvitationConfigurationResponse.Builder privateSkillIds(String... privateSkillIds)

      The list of private skill IDs that you want to recommend to the user to enable in the invitation.

      Parameters:
      privateSkillIds - The list of private skill IDs that you want to recommend to the user to enable in the invitation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.