Class AssociateDataShareConsumerRequest

    • Method Detail

      • dataShareArn

        public final String dataShareArn()

        The Amazon Resource Name (ARN) of the datashare that the consumer is to use with the account or the namespace.

        Returns:
        The Amazon Resource Name (ARN) of the datashare that the consumer is to use with the account or the namespace.
      • associateEntireAccount

        public final Boolean associateEntireAccount()

        A value that specifies whether the datashare is associated with the entire account.

        Returns:
        A value that specifies whether the datashare is associated with the entire account.
      • consumerArn

        public final String consumerArn()

        The Amazon Resource Name (ARN) of the consumer that is associated with the datashare.

        Returns:
        The Amazon Resource Name (ARN) of the consumer that is associated with the datashare.
      • consumerRegion

        public final String consumerRegion()

        From a datashare consumer account, associates a datashare with all existing and future namespaces in the specified Amazon Web Services Region.

        Returns:
        From a datashare consumer account, associates a datashare with all existing and future namespaces in the specified Amazon Web Services Region.
      • allowWrites

        public final Boolean allowWrites()

        If set to true, allows write operations for a datashare.

        Returns:
        If set to true, allows write operations for a datashare.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object