Interface CreateProjectProfileResponse.Builder

    • Method Detail

      • createdAt

        CreateProjectProfileResponse.Builder createdAt​(Instant createdAt)

        A timestamp at which a project profile is created.

        Parameters:
        createdAt - A timestamp at which a project profile is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdBy

        CreateProjectProfileResponse.Builder createdBy​(String createdBy)

        A user who created a project profile.

        Parameters:
        createdBy - A user who created a project profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CreateProjectProfileResponse.Builder description​(String description)

        A project profile description.

        Parameters:
        description - A project profile description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainId

        CreateProjectProfileResponse.Builder domainId​(String domainId)

        The ID of the domain where a project profile is created.

        Parameters:
        domainId - The ID of the domain where a project profile is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainUnitId

        CreateProjectProfileResponse.Builder domainUnitId​(String domainUnitId)

        The ID of the domain unit where a project profile is created.

        Parameters:
        domainUnitId - The ID of the domain unit where a project profile is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentConfigurations

        CreateProjectProfileResponse.Builder environmentConfigurations​(Collection<EnvironmentConfiguration> environmentConfigurations)

        Environment configurations of a project profile.

        Parameters:
        environmentConfigurations - Environment configurations of a project profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentConfigurations

        CreateProjectProfileResponse.Builder environmentConfigurations​(EnvironmentConfiguration... environmentConfigurations)

        Environment configurations of a project profile.

        Parameters:
        environmentConfigurations - Environment configurations of a project profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedAt

        CreateProjectProfileResponse.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        A timestamp when a project profile was last updated.

        Parameters:
        lastUpdatedAt - A timestamp when a project profile was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        CreateProjectProfileResponse.Builder name​(String name)

        Project profile name.

        Parameters:
        name - Project profile name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.