Interface ListConnectInstanceIntegrationsResponse.Builder

    • Method Detail

      • nextToken

        ListConnectInstanceIntegrationsResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • integrationSummaryList

        ListConnectInstanceIntegrationsResponse.Builder integrationSummaryList​(Collection<IntegrationSummary> integrationSummaryList)
        Sets the value of the IntegrationSummaryList property for this object.
        Parameters:
        integrationSummaryList - The new value for the IntegrationSummaryList property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • integrationSummaryList

        ListConnectInstanceIntegrationsResponse.Builder integrationSummaryList​(IntegrationSummary... integrationSummaryList)
        Sets the value of the IntegrationSummaryList property for this object.
        Parameters:
        integrationSummaryList - The new value for the IntegrationSummaryList property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.