Interface DataIntegrationSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DataIntegrationSummary.Builder,DataIntegrationSummary>, SdkBuilder<DataIntegrationSummary.Builder,DataIntegrationSummary>, SdkPojo
Enclosing class:
DataIntegrationSummary

public static interface DataIntegrationSummary.Builder extends SdkPojo, CopyableBuilder<DataIntegrationSummary.Builder,DataIntegrationSummary>
  • Method Details

    • 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

      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.