Class CreateApplicationVersionRequest

    • Method Detail

      • applicationId

        public final String applicationId()

        The Amazon Resource Name (ARN) of the application.

        Returns:
        The Amazon Resource Name (ARN) of the application.
      • semanticVersion

        public final String semanticVersion()

        The semantic version of the new version.

        Returns:
        The semantic version of the new version.
      • sourceCodeArchiveUrl

        public final String sourceCodeArchiveUrl()

        A link to the S3 object that contains the ZIP archive of the source code for this version of your application.

        Maximum size 50 MB

        Returns:
        A link to the S3 object that contains the ZIP archive of the source code for this version of your application.

        Maximum size 50 MB

      • sourceCodeUrl

        public final String sourceCodeUrl()

        A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.

        Returns:
        A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
      • templateBody

        public final String templateBody()

        The raw packaged AWS SAM template of your application.

        Returns:
        The raw packaged AWS SAM template of your application.
      • templateUrl

        public final String templateUrl()

        A link to the packaged AWS SAM template of your application.

        Returns:
        A link to the packaged AWS SAM template of your application.
      • 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