Interface DataIntegrationSummary.Builder

    • Method Detail

      • arn

        DataIntegrationSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the DataIntegration.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the DataIntegration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        DataIntegrationSummary.Builder name​(String name)

        The name of the DataIntegration.

        Parameters:
        name - The name of the DataIntegration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceURI

        DataIntegrationSummary.Builder sourceURI​(String sourceURI)

        The URI of the data source.

        Parameters:
        sourceURI - The URI of the data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.