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

Class BatchUpdateRuleRequest

    • Constructor Detail

      • BatchUpdateRuleRequest

        public BatchUpdateRuleRequest()
    • Method Detail

      • setListenerIdentifier

        public void setListenerIdentifier(String listenerIdentifier)

        The ID or Amazon Resource Name (ARN) of the listener.

        Parameters:
        listenerIdentifier - The ID or Amazon Resource Name (ARN) of the listener.
      • getListenerIdentifier

        public String getListenerIdentifier()

        The ID or Amazon Resource Name (ARN) of the listener.

        Returns:
        The ID or Amazon Resource Name (ARN) of the listener.
      • withListenerIdentifier

        public BatchUpdateRuleRequest withListenerIdentifier(String listenerIdentifier)

        The ID or Amazon Resource Name (ARN) of the listener.

        Parameters:
        listenerIdentifier - The ID or Amazon Resource Name (ARN) of the listener.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getRules

        public List<RuleUpdate> getRules()

        The rules for the specified listener.

        Returns:
        The rules for the specified listener.
      • setRules

        public void setRules(Collection<RuleUpdate> rules)

        The rules for the specified listener.

        Parameters:
        rules - The rules for the specified listener.
      • withRules

        public BatchUpdateRuleRequest withRules(Collection<RuleUpdate> rules)

        The rules for the specified listener.

        Parameters:
        rules - The rules for the specified listener.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setServiceIdentifier

        public void setServiceIdentifier(String serviceIdentifier)

        The ID or Amazon Resource Name (ARN) of the service.

        Parameters:
        serviceIdentifier - The ID or Amazon Resource Name (ARN) of the service.
      • getServiceIdentifier

        public String getServiceIdentifier()

        The ID or Amazon Resource Name (ARN) of the service.

        Returns:
        The ID or Amazon Resource Name (ARN) of the service.
      • withServiceIdentifier

        public BatchUpdateRuleRequest withServiceIdentifier(String serviceIdentifier)

        The ID or Amazon Resource Name (ARN) of the service.

        Parameters:
        serviceIdentifier - The ID or Amazon Resource Name (ARN) of the service.
        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 によって変換されたページ (->オリジナル) /