JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.sagemaker.model

Class DescribeAppImageConfigResult

    • Constructor Detail

      • DescribeAppImageConfigResult

        public DescribeAppImageConfigResult()
    • Method Detail

      • setAppImageConfigArn

        public void setAppImageConfigArn(String appImageConfigArn)

        The ARN of the AppImageConfig.

        Parameters:
        appImageConfigArn - The ARN of the AppImageConfig.
      • getAppImageConfigArn

        public String getAppImageConfigArn()

        The ARN of the AppImageConfig.

        Returns:
        The ARN of the AppImageConfig.
      • withAppImageConfigArn

        public DescribeAppImageConfigResult withAppImageConfigArn(String appImageConfigArn)

        The ARN of the AppImageConfig.

        Parameters:
        appImageConfigArn - The ARN of the AppImageConfig.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAppImageConfigName

        public void setAppImageConfigName(String appImageConfigName)

        The name of the AppImageConfig.

        Parameters:
        appImageConfigName - The name of the AppImageConfig.
      • getAppImageConfigName

        public String getAppImageConfigName()

        The name of the AppImageConfig.

        Returns:
        The name of the AppImageConfig.
      • withAppImageConfigName

        public DescribeAppImageConfigResult withAppImageConfigName(String appImageConfigName)

        The name of the AppImageConfig.

        Parameters:
        appImageConfigName - The name of the AppImageConfig.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        When the AppImageConfig was created.

        Parameters:
        creationTime - When the AppImageConfig was created.
      • getCreationTime

        public Date getCreationTime()

        When the AppImageConfig was created.

        Returns:
        When the AppImageConfig was created.
      • withCreationTime

        public DescribeAppImageConfigResult withCreationTime(Date creationTime)

        When the AppImageConfig was created.

        Parameters:
        creationTime - When the AppImageConfig was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedTime

        public void setLastModifiedTime(Date lastModifiedTime)

        When the AppImageConfig was last modified.

        Parameters:
        lastModifiedTime - When the AppImageConfig was last modified.
      • getLastModifiedTime

        public Date getLastModifiedTime()

        When the AppImageConfig was last modified.

        Returns:
        When the AppImageConfig was last modified.
      • withLastModifiedTime

        public DescribeAppImageConfigResult withLastModifiedTime(Date lastModifiedTime)

        When the AppImageConfig was last modified.

        Parameters:
        lastModifiedTime - When the AppImageConfig was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setKernelGatewayImageConfig

        public void setKernelGatewayImageConfig(KernelGatewayImageConfig kernelGatewayImageConfig)

        The configuration of a KernelGateway app.

        Parameters:
        kernelGatewayImageConfig - The configuration of a KernelGateway app.
      • getKernelGatewayImageConfig

        public KernelGatewayImageConfig getKernelGatewayImageConfig()

        The configuration of a KernelGateway app.

        Returns:
        The configuration of a KernelGateway app.
      • withKernelGatewayImageConfig

        public DescribeAppImageConfigResult withKernelGatewayImageConfig(KernelGatewayImageConfig kernelGatewayImageConfig)

        The configuration of a KernelGateway app.

        Parameters:
        kernelGatewayImageConfig - The configuration of a KernelGateway app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setJupyterLabAppImageConfig

        public void setJupyterLabAppImageConfig(JupyterLabAppImageConfig jupyterLabAppImageConfig)

        The configuration of the JupyterLab app.

        Parameters:
        jupyterLabAppImageConfig - The configuration of the JupyterLab app.
      • getJupyterLabAppImageConfig

        public JupyterLabAppImageConfig getJupyterLabAppImageConfig()

        The configuration of the JupyterLab app.

        Returns:
        The configuration of the JupyterLab app.
      • withJupyterLabAppImageConfig

        public DescribeAppImageConfigResult withJupyterLabAppImageConfig(JupyterLabAppImageConfig jupyterLabAppImageConfig)

        The configuration of the JupyterLab app.

        Parameters:
        jupyterLabAppImageConfig - The configuration of the JupyterLab app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCodeEditorAppImageConfig

        public void setCodeEditorAppImageConfig(CodeEditorAppImageConfig codeEditorAppImageConfig)

        The configuration of the Code Editor app.

        Parameters:
        codeEditorAppImageConfig - The configuration of the Code Editor app.
      • getCodeEditorAppImageConfig

        public CodeEditorAppImageConfig getCodeEditorAppImageConfig()

        The configuration of the Code Editor app.

        Returns:
        The configuration of the Code Editor app.
      • withCodeEditorAppImageConfig

        public DescribeAppImageConfigResult withCodeEditorAppImageConfig(CodeEditorAppImageConfig codeEditorAppImageConfig)

        The configuration of the Code Editor app.

        Parameters:
        codeEditorAppImageConfig - The configuration of the Code Editor app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /