Interface AppDetails.Builder

    • Method Detail

      • domainId

        AppDetails.Builder domainId​(String domainId)

        The domain ID.

        Parameters:
        domainId - The domain ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userProfileName

        AppDetails.Builder userProfileName​(String userProfileName)

        The user profile name.

        Parameters:
        userProfileName - The user profile name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • spaceName

        AppDetails.Builder spaceName​(String spaceName)

        The name of the space.

        Parameters:
        spaceName - The name of the space.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appType

        AppDetails.Builder appType​(String appType)

        The type of app.

        Parameters:
        appType - The type of app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AppType, AppType
      • appType

        AppDetails.Builder appType​(AppType appType)

        The type of app.

        Parameters:
        appType - The type of app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AppType, AppType
      • appName

        AppDetails.Builder appName​(String appName)

        The name of the app.

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

        AppDetails.Builder status​(String status)

        The status.

        Parameters:
        status - The status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AppStatus, AppStatus
      • creationTime

        AppDetails.Builder creationTime​(Instant creationTime)

        The creation time.

        Parameters:
        creationTime - The creation time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceSpec

        AppDetails.Builder resourceSpec​(ResourceSpec resourceSpec)
        Sets the value of the ResourceSpec property for this object.
        Parameters:
        resourceSpec - The new value for the ResourceSpec property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.