JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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.cleanrooms.model

Class CreateConfiguredTableAssociationAnalysisRuleRequest

    • Constructor Detail

      • CreateConfiguredTableAssociationAnalysisRuleRequest

        public CreateConfiguredTableAssociationAnalysisRuleRequest()
    • Method Detail

      • setMembershipIdentifier

        public void setMembershipIdentifier(String membershipIdentifier)

        A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.

        Parameters:
        membershipIdentifier - A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.
      • getMembershipIdentifier

        public String getMembershipIdentifier()

        A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.

        Returns:
        A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.
      • withMembershipIdentifier

        public CreateConfiguredTableAssociationAnalysisRuleRequest withMembershipIdentifier(String membershipIdentifier)

        A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.

        Parameters:
        membershipIdentifier - A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setConfiguredTableAssociationIdentifier

        public void setConfiguredTableAssociationIdentifier(String configuredTableAssociationIdentifier)

        The unique ID for the configured table association. Currently accepts the configured table association ID.

        Parameters:
        configuredTableAssociationIdentifier - The unique ID for the configured table association. Currently accepts the configured table association ID.
      • getConfiguredTableAssociationIdentifier

        public String getConfiguredTableAssociationIdentifier()

        The unique ID for the configured table association. Currently accepts the configured table association ID.

        Returns:
        The unique ID for the configured table association. Currently accepts the configured table association ID.
      • withConfiguredTableAssociationIdentifier

        public CreateConfiguredTableAssociationAnalysisRuleRequest withConfiguredTableAssociationIdentifier(String configuredTableAssociationIdentifier)

        The unique ID for the configured table association. Currently accepts the configured table association ID.

        Parameters:
        configuredTableAssociationIdentifier - The unique ID for the configured table association. Currently accepts the configured table association ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAnalysisRulePolicy

        public void setAnalysisRulePolicy(ConfiguredTableAssociationAnalysisRulePolicy analysisRulePolicy)

        The analysis rule policy that was created for the configured table association.

        Parameters:
        analysisRulePolicy - The analysis rule policy that was created for the configured table association.
      • getAnalysisRulePolicy

        public ConfiguredTableAssociationAnalysisRulePolicy getAnalysisRulePolicy()

        The analysis rule policy that was created for the configured table association.

        Returns:
        The analysis rule policy that was created for the configured table association.
      • 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 によって変換されたページ (->オリジナル) /