Interface Integration.Builder

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

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

    • sourceArn

      Integration.Builder sourceArn(String sourceArn)

      The Amazon Resource Name (ARN) of the database used as the source for replication.

      Parameters:
      sourceArn - The Amazon Resource Name (ARN) of the database used as the source for replication.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetArn

      Integration.Builder targetArn(String targetArn)

      The ARN of the Redshift data warehouse used as the target for replication.

      Parameters:
      targetArn - The ARN of the Redshift data warehouse used as the target for replication.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • integrationName

      Integration.Builder integrationName(String integrationName)

      The name of the integration.

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

      Integration.Builder integrationArn(String integrationArn)

      The ARN of the integration.

      Parameters:
      integrationArn - The ARN of the integration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyId

      Integration.Builder kmsKeyId(String kmsKeyId)

      The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key used to to encrypt the integration.

      Parameters:
      kmsKeyId - The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key used to to encrypt the integration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • additionalEncryptionContext

      Integration.Builder additionalEncryptionContext(Map<String,String> additionalEncryptionContext)

      The encryption context for the integration. For more information, see Encryption context in the Amazon Web Services Key Management Service Developer Guide.

      Parameters:
      additionalEncryptionContext - The encryption context for the integration. For more information, see Encryption context in the Amazon Web Services Key Management Service Developer Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Integration.Builder status(String status)

      The current status of the integration.

      Parameters:
      status - The current status of the integration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the integration.

      Parameters:
      status - The current status of the integration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tags

      Sets the value of the Tags property for this object.
      Parameters:
      tags - The new value for the Tags property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Integration.Builder tags(Tag... tags)
      Sets the value of the Tags property for this object.
      Parameters:
      tags - The new value for the Tags property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Sets the value of the Tags property for this object. This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createTime

      Integration.Builder createTime(Instant createTime)

      The time when the integration was created, in Universal Coordinated Time (UTC).

      Parameters:
      createTime - The time when the integration was created, in Universal Coordinated Time (UTC).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errors

      Any errors associated with the integration.

      Parameters:
      errors - Any errors associated with the integration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errors

      Any errors associated with the integration.

      Parameters:
      errors - Any errors associated with the integration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errors

      Any errors associated with the integration.

      This is a convenience method that creates an instance of the IntegrationError.Builder avoiding the need to create one manually via IntegrationError.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to errors(List<IntegrationError>).

      Parameters:
      errors - a consumer that will call methods on IntegrationError.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dataFilter

      Integration.Builder dataFilter(String dataFilter)

      Data filters for the integration. These filters determine which tables from the source database are sent to the target Amazon Redshift data warehouse.

      Parameters:
      dataFilter - Data filters for the integration. These filters determine which tables from the source database are sent to the target Amazon Redshift data warehouse.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      Integration.Builder description(String description)

      A description of the integration.

      Parameters:
      description - A description of the integration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.