Interface DescribeConfigurationRevisionResponse.Builder

    • Method Detail

      • arn

        DescribeConfigurationRevisionResponse.Builder arn​(String 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

        DescribeConfigurationRevisionResponse.Builder creationTime​(Instant 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

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