Interface CreateIntegrationRequest.Builder

  • Method Details

    • sourceArn

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

      Parameters:
      sourceArn - The Amazon Resource Name (ARN) of the database to use as the source for replication.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.
    • integrationName

      CreateIntegrationRequest.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.
    • kmsKeyId

      An Key Management Service (KMS) key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, the default Amazon Web Services owned key is used.

      Parameters:
      kmsKeyId - An Key Management Service (KMS) key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, the default Amazon Web Services owned key is used.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tagList

      A list of tags.

      Parameters:
      tagList - A list of tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tagList

      A list of tags.

      Parameters:
      tagList - A list of tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tagList

      A list of tags.

      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 tagList(List<Tag>).

      Parameters:
      tagList - 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:
    • additionalEncryptionContext

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

      An optional set of non-secret key–value pairs that contains additional contextual information about the data. For more information, see Encryption context in the Amazon Web Services Key Management Service Developer Guide.

      You can only include this parameter if you specify the KMSKeyId parameter.

      Parameters:
      additionalEncryptionContext - An optional set of non-secret key–value pairs that contains additional contextual information about the data. For more information, see Encryption context in the Amazon Web Services Key Management Service Developer Guide.

      You can only include this parameter if you specify the KMSKeyId parameter.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      CreateIntegrationRequest.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.
    • overrideConfiguration

      CreateIntegrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.