Interface DescribeConfigurationRevisionResponse.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the configuration.

      Parameters:
      arn -

      The Amazon Resource Name (ARN) of the configuration.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      The time when the configuration was created.

      Parameters:
      creationTime -

      The time when the configuration was created.

      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.
    • revision

      The revision number.

      Parameters:
      revision -

      The revision number.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serverProperties

      DescribeConfigurationRevisionResponse.Builder serverProperties(SdkBytes serverProperties)

      Contents of the server.properties file. When using the API, you must ensure that the contents of the file are base64 encoded. When using the AWS Management Console, the SDK, or the AWS CLI, the contents of server.properties can be in plaintext.

      Parameters:
      serverProperties -

      Contents of the server.properties file. When using the API, you must ensure that the contents of the file are base64 encoded. When using the AWS Management Console, the SDK, or the AWS CLI, the contents of server.properties can be in plaintext.

      Returns:
      Returns a reference to this object so that method calls can be chained together.