Interface CreateIntegrationResponse.Builder

    • Method Detail

      • integrationArn

        CreateIntegrationResponse.Builder integrationArn​(String integrationArn)

        The Amazon Resource Name (ARN) of the integration.

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

        CreateIntegrationResponse.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.
      • sourceArn

        CreateIntegrationResponse.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

        CreateIntegrationResponse.Builder targetArn​(String targetArn)

        The Amazon Resource Name (ARN) of the Amazon Redshift data warehouse to use as the target for replication.

        Parameters:
        targetArn - The Amazon Resource Name (ARN) of the Amazon Redshift data warehouse to use as the target for replication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        CreateIntegrationResponse.Builder errors​(IntegrationError... 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.
      • createTime

        CreateIntegrationResponse.Builder createTime​(Instant createTime)

        The time (UTC) when the integration was created.

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

        CreateIntegrationResponse.Builder description​(String description)

        The description of the integration.

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

        CreateIntegrationResponse.Builder kmsKeyId​(String kmsKeyId)

        The Key Management Service (KMS) key identifier for the key used to encrypt the integration.

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

        CreateIntegrationResponse.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.
      • tags

        CreateIntegrationResponse.Builder tags​(Collection<Tag> tags)

        The list of tags associated with the integration.

        Parameters:
        tags - The list of tags associated with the integration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateIntegrationResponse.Builder tags​(Tag... tags)

        The list of tags associated with the integration.

        Parameters:
        tags - The list of tags associated with the integration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateIntegrationResponse.Builder tags​(Consumer<Tag.Builder>... tags)

        The list of tags associated with the integration.

        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).

        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:
        #tags(java.util.Collection)