Interface UpdateProjectProfileResponse.Builder

    • Method Detail

      • createdAt

        UpdateProjectProfileResponse.Builder createdAt​(Instant createdAt)

        The timestamp at which a project profile is created.

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

        UpdateProjectProfileResponse.Builder createdBy​(String createdBy)

        The user who created a project profile.

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

        UpdateProjectProfileResponse.Builder description​(String description)

        The description of a project profile.

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

        UpdateProjectProfileResponse.Builder domainId​(String domainId)

        The ID of the domain where project profile is to be updated.

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

        UpdateProjectProfileResponse.Builder domainUnitId​(String domainUnitId)

        The domain unit ID of the project profile to be updated.

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

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

        The environment configurations of a project profile.

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

        UpdateProjectProfileResponse.Builder environmentConfigurations​(EnvironmentConfiguration... environmentConfigurations)

        The environment configurations of a project profile.

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

        UpdateProjectProfileResponse.Builder id​(String id)

        The ID of the project profile.

        Parameters:
        id - The ID of the project profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedAt

        UpdateProjectProfileResponse.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        The timestamp at which a project profile was last updated.

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

        UpdateProjectProfileResponse.Builder name​(String name)

        The name of the project profile.

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

        UpdateProjectProfileResponse.Builder status​(String status)

        The status of the project profile.

        Parameters:
        status - The status of the project profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status
      • status

        UpdateProjectProfileResponse.Builder status​(Status status)

        The status of the project profile.

        Parameters:
        status - The status of the project profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status