Interface DisassociateDataShareConsumerRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DisassociateDataShareConsumerRequest.Builder,DisassociateDataShareConsumerRequest>, RedshiftRequest.Builder, SdkBuilder<DisassociateDataShareConsumerRequest.Builder,DisassociateDataShareConsumerRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DisassociateDataShareConsumerRequest

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

    • dataShareArn

      The Amazon Resource Name (ARN) of the datashare to remove association for.

      Parameters:
      dataShareArn - The Amazon Resource Name (ARN) of the datashare to remove association for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • disassociateEntireAccount

      DisassociateDataShareConsumerRequest.Builder disassociateEntireAccount(Boolean disassociateEntireAccount)

      A value that specifies whether association for the datashare is removed from the entire account.

      Parameters:
      disassociateEntireAccount - A value that specifies whether association for the datashare is removed from the entire account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • consumerArn

      The Amazon Resource Name (ARN) of the consumer that association for the datashare is removed from.

      Parameters:
      consumerArn - The Amazon Resource Name (ARN) of the consumer that association for the datashare is removed from.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • consumerRegion

      DisassociateDataShareConsumerRequest.Builder consumerRegion(String consumerRegion)

      From a datashare consumer account, removes association of a datashare from all the existing and future namespaces in the specified Amazon Web Services Region.

      Parameters:
      consumerRegion - From a datashare consumer account, removes association of a datashare from all the existing and future namespaces in the specified Amazon Web Services Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.