Interface DescribeConfigurationRevisionResponse.Builder

    • Method Detail

      • configurationId

        DescribeConfigurationRevisionResponse.Builder configurationId​(String configurationId)

        Required. The unique ID that Amazon MQ generates for the configuration.

        Parameters:
        configurationId - Required. The unique ID that Amazon MQ generates for the configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • created

        DescribeConfigurationRevisionResponse.Builder created​(Instant created)

        Required. The date and time of the configuration.

        Parameters:
        created - Required. The date and time of the configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • data

        DescribeConfigurationRevisionResponse.Builder data​(String data)

        Amazon MQ for ActiveMQ: the base64-encoded XML configuration. Amazon MQ for RabbitMQ: base64-encoded Cuttlefish.

        Parameters:
        data - Amazon MQ for ActiveMQ: the base64-encoded XML configuration. Amazon MQ for RabbitMQ: base64-encoded Cuttlefish.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        DescribeConfigurationRevisionResponse.Builder description​(String description)

        The description of the configuration.

        Parameters:
        description - The description of the configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.