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 of the application.

        After an application has been shut down for 24 hours, SageMaker deletes all metadata for the application. To be considered an update and retain application metadata, applications must be restarted within 24 hours after the previous application has been shut down. After this time window, creation of an application is considered a new application rather than an update of the previous application.

        Parameters:
        creationTime - The creation time of the application.

        After an application has been shut down for 24 hours, SageMaker deletes all metadata for the application. To be considered an update and retain application metadata, applications must be restarted within 24 hours after the previous application has been shut down. After this time window, creation of an application is considered a new application rather than an update of the previous application.

        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.
      • builtInLifecycleConfigArn

        DescribeAppResponse.Builder builtInLifecycleConfigArn​(String builtInLifecycleConfigArn)

        The lifecycle configuration that runs before the default lifecycle configuration

        Parameters:
        builtInLifecycleConfigArn - The lifecycle configuration that runs before the default lifecycle configuration
        Returns:
        Returns a reference to this object so that method calls can be chained together.