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 CreatePresignedDomainUrlRequest

    • Constructor Detail

      • CreatePresignedDomainUrlRequest

        public CreatePresignedDomainUrlRequest()
    • Method Detail

      • setDomainId

        public void setDomainId(String domainId)

        The domain ID.

        Parameters:
        domainId - The domain ID.
      • getDomainId

        public String getDomainId()

        The domain ID.

        Returns:
        The domain ID.
      • withDomainId

        public CreatePresignedDomainUrlRequest withDomainId(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.
      • setUserProfileName

        public void setUserProfileName(String userProfileName)

        The name of the UserProfile to sign-in as.

        Parameters:
        userProfileName - The name of the UserProfile to sign-in as.
      • getUserProfileName

        public String getUserProfileName()

        The name of the UserProfile to sign-in as.

        Returns:
        The name of the UserProfile to sign-in as.
      • withUserProfileName

        public CreatePresignedDomainUrlRequest withUserProfileName(String userProfileName)

        The name of the UserProfile to sign-in as.

        Parameters:
        userProfileName - The name of the UserProfile to sign-in as.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSessionExpirationDurationInSeconds

        public void setSessionExpirationDurationInSeconds(Integer sessionExpirationDurationInSeconds)

        The session expiration duration in seconds. This value defaults to 43200.

        Parameters:
        sessionExpirationDurationInSeconds - The session expiration duration in seconds. This value defaults to 43200.
      • getSessionExpirationDurationInSeconds

        public Integer getSessionExpirationDurationInSeconds()

        The session expiration duration in seconds. This value defaults to 43200.

        Returns:
        The session expiration duration in seconds. This value defaults to 43200.
      • withSessionExpirationDurationInSeconds

        public CreatePresignedDomainUrlRequest withSessionExpirationDurationInSeconds(Integer sessionExpirationDurationInSeconds)

        The session expiration duration in seconds. This value defaults to 43200.

        Parameters:
        sessionExpirationDurationInSeconds - The session expiration duration in seconds. This value defaults to 43200.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setExpiresInSeconds

        public void setExpiresInSeconds(Integer expiresInSeconds)

        The number of seconds until the pre-signed URL expires. This value defaults to 300.

        Parameters:
        expiresInSeconds - The number of seconds until the pre-signed URL expires. This value defaults to 300.
      • getExpiresInSeconds

        public Integer getExpiresInSeconds()

        The number of seconds until the pre-signed URL expires. This value defaults to 300.

        Returns:
        The number of seconds until the pre-signed URL expires. This value defaults to 300.
      • withExpiresInSeconds

        public CreatePresignedDomainUrlRequest withExpiresInSeconds(Integer expiresInSeconds)

        The number of seconds until the pre-signed URL expires. This value defaults to 300.

        Parameters:
        expiresInSeconds - The number of seconds until the pre-signed URL expires. This value defaults to 300.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSpaceName

        public void setSpaceName(String spaceName)

        The name of the space.

        Parameters:
        spaceName - The name of the space.
      • getSpaceName

        public String getSpaceName()

        The name of the space.

        Returns:
        The name of the space.
      • withSpaceName

        public CreatePresignedDomainUrlRequest withSpaceName(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.
      • setLandingUri

        public void setLandingUri(String landingUri)

        The landing page that the user is directed to when accessing the presigned URL. Using this value, users can access Studio or Studio Classic, even if it is not the default experience for the domain. The supported values are:

        • studio::relative/path: Directs users to the relative path in Studio.

        • app:JupyterServer:relative/path: Directs users to the relative path in the Studio Classic application.

        • app:JupyterLab:relative/path: Directs users to the relative path in the JupyterLab application.

        • app:RStudioServerPro:relative/path: Directs users to the relative path in the RStudio application.

        • app:CodeEditor:relative/path: Directs users to the relative path in the Code Editor, based on Code-OSS, Visual Studio Code - Open Source application.

        • app:Canvas:relative/path: Directs users to the relative path in the Canvas application.

        Parameters:
        landingUri - The landing page that the user is directed to when accessing the presigned URL. Using this value, users can access Studio or Studio Classic, even if it is not the default experience for the domain. The supported values are:

        • studio::relative/path: Directs users to the relative path in Studio.

        • app:JupyterServer:relative/path: Directs users to the relative path in the Studio Classic application.

        • app:JupyterLab:relative/path: Directs users to the relative path in the JupyterLab application.

        • app:RStudioServerPro:relative/path: Directs users to the relative path in the RStudio application.

        • app:CodeEditor:relative/path: Directs users to the relative path in the Code Editor, based on Code-OSS, Visual Studio Code - Open Source application.

        • app:Canvas:relative/path: Directs users to the relative path in the Canvas application.

      • getLandingUri

        public String getLandingUri()

        The landing page that the user is directed to when accessing the presigned URL. Using this value, users can access Studio or Studio Classic, even if it is not the default experience for the domain. The supported values are:

        • studio::relative/path: Directs users to the relative path in Studio.

        • app:JupyterServer:relative/path: Directs users to the relative path in the Studio Classic application.

        • app:JupyterLab:relative/path: Directs users to the relative path in the JupyterLab application.

        • app:RStudioServerPro:relative/path: Directs users to the relative path in the RStudio application.

        • app:CodeEditor:relative/path: Directs users to the relative path in the Code Editor, based on Code-OSS, Visual Studio Code - Open Source application.

        • app:Canvas:relative/path: Directs users to the relative path in the Canvas application.

        Returns:
        The landing page that the user is directed to when accessing the presigned URL. Using this value, users can access Studio or Studio Classic, even if it is not the default experience for the domain. The supported values are:

        • studio::relative/path: Directs users to the relative path in Studio.

        • app:JupyterServer:relative/path: Directs users to the relative path in the Studio Classic application.

        • app:JupyterLab:relative/path: Directs users to the relative path in the JupyterLab application.

        • app:RStudioServerPro:relative/path: Directs users to the relative path in the RStudio application.

        • app:CodeEditor:relative/path: Directs users to the relative path in the Code Editor, based on Code-OSS, Visual Studio Code - Open Source application.

        • app:Canvas:relative/path: Directs users to the relative path in the Canvas application.

      • withLandingUri

        public CreatePresignedDomainUrlRequest withLandingUri(String landingUri)

        The landing page that the user is directed to when accessing the presigned URL. Using this value, users can access Studio or Studio Classic, even if it is not the default experience for the domain. The supported values are:

        • studio::relative/path: Directs users to the relative path in Studio.

        • app:JupyterServer:relative/path: Directs users to the relative path in the Studio Classic application.

        • app:JupyterLab:relative/path: Directs users to the relative path in the JupyterLab application.

        • app:RStudioServerPro:relative/path: Directs users to the relative path in the RStudio application.

        • app:CodeEditor:relative/path: Directs users to the relative path in the Code Editor, based on Code-OSS, Visual Studio Code - Open Source application.

        • app:Canvas:relative/path: Directs users to the relative path in the Canvas application.

        Parameters:
        landingUri - The landing page that the user is directed to when accessing the presigned URL. Using this value, users can access Studio or Studio Classic, even if it is not the default experience for the domain. The supported values are:

        • studio::relative/path: Directs users to the relative path in Studio.

        • app:JupyterServer:relative/path: Directs users to the relative path in the Studio Classic application.

        • app:JupyterLab:relative/path: Directs users to the relative path in the JupyterLab application.

        • app:RStudioServerPro:relative/path: Directs users to the relative path in the RStudio application.

        • app:CodeEditor:relative/path: Directs users to the relative path in the Code Editor, based on Code-OSS, Visual Studio Code - Open Source application.

        • app:Canvas:relative/path: Directs users to the relative path in the Canvas application.

        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 によって変換されたページ (->オリジナル) /