Interface CreateProjectRequest.Builder

    • Method Detail

      • name

        CreateProjectRequest.Builder name​(String name)

        Name of the project.

        Parameters:
        name - Name of the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • region

        CreateProjectRequest.Builder region​(String region)

        Default region where project resources should be created.

        Parameters:
        region - Default region where project resources should be created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contents

        CreateProjectRequest.Builder contents​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • snapshotId

        CreateProjectRequest.Builder snapshotId​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.