Class CreateProjectRequest

    • Method Detail

      • name

        public final String name()

        Name of the project.

        Returns:
        Name of the project.
      • region

        public final String region()

        Default region where project resources should be created.

        Returns:
        Default region where project resources should be created.
      • contents

        public final SdkBytes contents()

        ZIP or YAML file which contains configuration settings to be used when creating the project. This may be the contents of the file downloaded from the URL provided in an export project operation.

        Returns:
        ZIP or YAML file which contains configuration settings to be used when creating the project. This may be the contents of the file downloaded from the URL provided in an export project operation.
      • snapshotId

        public final String snapshotId()

        Unique identifier for an exported snapshot of project configuration. This snapshot identifier is included in the share URL when a project is exported.

        Returns:
        Unique identifier for an exported snapshot of project configuration. This snapshot identifier is included in the share URL when a project is exported.
      • 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