Interface DescribeAppResponse.Builder

    • Method Detail

      • appArn

        DescribeAppResponse.Builder appArn​(String appArn)

        The Amazon Resource Name (ARN) of the app.

        Parameters:
        appArn - The Amazon Resource Name (ARN) of the app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appType

        DescribeAppResponse.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

        DescribeAppResponse.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

        DescribeAppResponse.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.
      • domainId

        DescribeAppResponse.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

        DescribeAppResponse.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

        DescribeAppResponse.Builder spaceName​(String spaceName)

        The name of the space. If this value is not set, then UserProfileName must be set.

        Parameters:
        spaceName - The name of the space. If this value is not set, then UserProfileName must be set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastHealthCheckTimestamp

        DescribeAppResponse.Builder lastHealthCheckTimestamp​(Instant lastHealthCheckTimestamp)

        The timestamp of the last health check.

        Parameters:
        lastHealthCheckTimestamp - The timestamp of the last health check.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUserActivityTimestamp

        DescribeAppResponse.Builder lastUserActivityTimestamp​(Instant lastUserActivityTimestamp)

        The timestamp of the last user's activity. LastUserActivityTimestamp is also updated when SageMaker performs health checks without user activity. As a result, this value is set to the same value as LastHealthCheckTimestamp.

        Parameters:
        lastUserActivityTimestamp - The timestamp of the last user's activity. LastUserActivityTimestamp is also updated when SageMaker performs health checks without user activity. As a result, this value is set to the same value as LastHealthCheckTimestamp.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        DescribeAppResponse.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.
      • failureReason

        DescribeAppResponse.Builder failureReason​(String failureReason)

        The failure reason.

        Parameters:
        failureReason - The failure reason.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceSpec

        DescribeAppResponse.Builder resourceSpec​(ResourceSpec resourceSpec)

        The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

        Parameters:
        resourceSpec - The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.