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

Class CreateArchiveRuleRequest

    • Constructor Detail

      • CreateArchiveRuleRequest

        public CreateArchiveRuleRequest()
    • Method Detail

      • setAnalyzerName

        public void setAnalyzerName(String analyzerName)

        The name of the created analyzer.

        Parameters:
        analyzerName - The name of the created analyzer.
      • getAnalyzerName

        public String getAnalyzerName()

        The name of the created analyzer.

        Returns:
        The name of the created analyzer.
      • withAnalyzerName

        public CreateArchiveRuleRequest withAnalyzerName(String analyzerName)

        The name of the created analyzer.

        Parameters:
        analyzerName - The name of the created analyzer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRuleName

        public void setRuleName(String ruleName)

        The name of the rule to create.

        Parameters:
        ruleName - The name of the rule to create.
      • getRuleName

        public String getRuleName()

        The name of the rule to create.

        Returns:
        The name of the rule to create.
      • withRuleName

        public CreateArchiveRuleRequest withRuleName(String ruleName)

        The name of the rule to create.

        Parameters:
        ruleName - The name of the rule to create.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getFilter

        public Map<String,Criterion> getFilter()

        The criteria for the rule.

        Returns:
        The criteria for the rule.
      • setFilter

        public void setFilter(Map<String,Criterion> filter)

        The criteria for the rule.

        Parameters:
        filter - The criteria for the rule.
      • withFilter

        public CreateArchiveRuleRequest withFilter(Map<String,Criterion> filter)

        The criteria for the rule.

        Parameters:
        filter - The criteria for the rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearFilterEntries

        public CreateArchiveRuleRequest clearFilterEntries()
        Removes all the entries added into Filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClientToken

        public void setClientToken(String clientToken)

        A client token.

        Parameters:
        clientToken - A client token.
      • getClientToken

        public String getClientToken()

        A client token.

        Returns:
        A client token.
      • withClientToken

        public CreateArchiveRuleRequest withClientToken(String clientToken)

        A client token.

        Parameters:
        clientToken - A client token.
        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 によって変換されたページ (->オリジナル) /