JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.redshift.model

Class RejectDataShareResult

    • Constructor Detail

      • RejectDataShareResult

        public RejectDataShareResult()
    • Method Detail

      • setDataShareArn

        public void setDataShareArn(String dataShareArn)

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

        Parameters:
        dataShareArn - The Amazon Resource Name (ARN) of the datashare that the consumer is to use.
      • getDataShareArn

        public String getDataShareArn()

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

        Returns:
        The Amazon Resource Name (ARN) of the datashare that the consumer is to use.
      • withDataShareArn

        public RejectDataShareResult withDataShareArn(String dataShareArn)

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

        Parameters:
        dataShareArn - The Amazon Resource Name (ARN) of the datashare that the consumer is to use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProducerArn

        public void setProducerArn(String producerArn)

        The Amazon Resource Name (ARN) of the producer namespace.

        Parameters:
        producerArn - The Amazon Resource Name (ARN) of the producer namespace.
      • getProducerArn

        public String getProducerArn()

        The Amazon Resource Name (ARN) of the producer namespace.

        Returns:
        The Amazon Resource Name (ARN) of the producer namespace.
      • withProducerArn

        public RejectDataShareResult withProducerArn(String producerArn)

        The Amazon Resource Name (ARN) of the producer namespace.

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

        public void setAllowPubliclyAccessibleConsumers(Boolean allowPubliclyAccessibleConsumers)

        A value that specifies whether the datashare can be shared to a publicly accessible cluster.

        Parameters:
        allowPubliclyAccessibleConsumers - A value that specifies whether the datashare can be shared to a publicly accessible cluster.
      • getAllowPubliclyAccessibleConsumers

        public Boolean getAllowPubliclyAccessibleConsumers()

        A value that specifies whether the datashare can be shared to a publicly accessible cluster.

        Returns:
        A value that specifies whether the datashare can be shared to a publicly accessible cluster.
      • withAllowPubliclyAccessibleConsumers

        public RejectDataShareResult withAllowPubliclyAccessibleConsumers(Boolean allowPubliclyAccessibleConsumers)

        A value that specifies whether the datashare can be shared to a publicly accessible cluster.

        Parameters:
        allowPubliclyAccessibleConsumers - A value that specifies whether the datashare can be shared to a publicly accessible cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isAllowPubliclyAccessibleConsumers

        public Boolean isAllowPubliclyAccessibleConsumers()

        A value that specifies whether the datashare can be shared to a publicly accessible cluster.

        Returns:
        A value that specifies whether the datashare can be shared to a publicly accessible cluster.
      • getDataShareAssociations

        public List<DataShareAssociation> getDataShareAssociations()

        A value that specifies when the datashare has an association between producer and data consumers.

        Returns:
        A value that specifies when the datashare has an association between producer and data consumers.
      • setDataShareAssociations

        public void setDataShareAssociations(Collection<DataShareAssociation> dataShareAssociations)

        A value that specifies when the datashare has an association between producer and data consumers.

        Parameters:
        dataShareAssociations - A value that specifies when the datashare has an association between producer and data consumers.
      • withDataShareAssociations

        public RejectDataShareResult withDataShareAssociations(Collection<DataShareAssociation> dataShareAssociations)

        A value that specifies when the datashare has an association between producer and data consumers.

        Parameters:
        dataShareAssociations - A value that specifies when the datashare has an association between producer and data consumers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setManagedBy

        public void setManagedBy(String managedBy)

        The identifier of a datashare to show its managing entity.

        Parameters:
        managedBy - The identifier of a datashare to show its managing entity.
      • getManagedBy

        public String getManagedBy()

        The identifier of a datashare to show its managing entity.

        Returns:
        The identifier of a datashare to show its managing entity.
      • withManagedBy

        public RejectDataShareResult withManagedBy(String managedBy)

        The identifier of a datashare to show its managing entity.

        Parameters:
        managedBy - The identifier of a datashare to show its managing entity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /