Class CreateDeploymentRequest

    • Method Detail

      • applicationId

        public final String applicationId()

        The application identifier.

        Returns:
        The application identifier.
      • applicationVersion

        public final Integer applicationVersion()

        The version of the application to deploy.

        Returns:
        The version of the application to deploy.
      • clientToken

        public final String clientToken()

        Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a deployment. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires.

        Returns:
        Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a deployment. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires.
      • environmentId

        public final String environmentId()

        The identifier of the runtime environment where you want to deploy this application.

        Returns:
        The identifier of the runtime environment where you want to deploy this 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