Class UpdateConfigurationRequest

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the configuration.

        Returns:

        The Amazon Resource Name (ARN) of the configuration.

      • description

        public final String description()

        The description of the configuration revision.

        Returns:

        The description of the configuration revision.

      • serverProperties

        public final 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.

        Returns:

        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.

      • toString

        public final 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