Interface PutIntegrationResponse.Builder

    • Method Detail

      • integrationName

        PutIntegrationResponse.Builder integrationName​(String integrationName)

        The name of the integration that you just created.

        Parameters:
        integrationName - The name of the integration that you just created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • integrationStatus

        PutIntegrationResponse.Builder integrationStatus​(String integrationStatus)

        The status of the integration that you just created.

        After you create an integration, it takes a few minutes to complete. During this time, you'll see the status as PROVISIONING.

        Parameters:
        integrationStatus - The status of the integration that you just created.

        After you create an integration, it takes a few minutes to complete. During this time, you'll see the status as PROVISIONING.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IntegrationStatus, IntegrationStatus
      • integrationStatus

        PutIntegrationResponse.Builder integrationStatus​(IntegrationStatus integrationStatus)

        The status of the integration that you just created.

        After you create an integration, it takes a few minutes to complete. During this time, you'll see the status as PROVISIONING.

        Parameters:
        integrationStatus - The status of the integration that you just created.

        After you create an integration, it takes a few minutes to complete. During this time, you'll see the status as PROVISIONING.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IntegrationStatus, IntegrationStatus