Interface DescribeConfigurationRevisionResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeConfigurationRevisionResponse.Builder,DescribeConfigurationRevisionResponse>, MqResponse.Builder, SdkBuilder<DescribeConfigurationRevisionResponse.Builder,DescribeConfigurationRevisionResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeConfigurationRevisionResponse

public static interface DescribeConfigurationRevisionResponse.Builder extends MqResponse.Builder, SdkPojo, CopyableBuilder<DescribeConfigurationRevisionResponse.Builder,DescribeConfigurationRevisionResponse>
  • Method Details

    • 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

      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

      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

      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.