Interface DescribeNotebookInstanceResponse.Builder

    • Method Detail

      • notebookInstanceArn

        DescribeNotebookInstanceResponse.Builder notebookInstanceArn​(String notebookInstanceArn)

        The Amazon Resource Name (ARN) of the notebook instance.

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

        DescribeNotebookInstanceResponse.Builder notebookInstanceName​(String notebookInstanceName)

        The name of the SageMaker notebook instance.

        Parameters:
        notebookInstanceName - The name of the SageMaker notebook instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureReason

        DescribeNotebookInstanceResponse.Builder failureReason​(String failureReason)

        If status is Failed, the reason it failed.

        Parameters:
        failureReason - If status is Failed, the reason it failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • url

        DescribeNotebookInstanceResponse.Builder url​(String url)

        The URL that you use to connect to the Jupyter notebook that is running in your notebook instance.

        Parameters:
        url - The URL that you use to connect to the Jupyter notebook that is running in your notebook instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceType

        DescribeNotebookInstanceResponse.Builder instanceType​(String instanceType)

        The type of ML compute instance running on the notebook instance.

        Parameters:
        instanceType - The type of ML compute instance running on the notebook instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InstanceType, InstanceType
      • instanceType

        DescribeNotebookInstanceResponse.Builder instanceType​(InstanceType instanceType)

        The type of ML compute instance running on the notebook instance.

        Parameters:
        instanceType - The type of ML compute instance running on the notebook instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InstanceType, InstanceType
      • subnetId

        DescribeNotebookInstanceResponse.Builder subnetId​(String subnetId)

        The ID of the VPC subnet.

        Parameters:
        subnetId - The ID of the VPC subnet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroups

        DescribeNotebookInstanceResponse.Builder securityGroups​(Collection<String> securityGroups)

        The IDs of the VPC security groups.

        Parameters:
        securityGroups - The IDs of the VPC security groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroups

        DescribeNotebookInstanceResponse.Builder securityGroups​(String... securityGroups)

        The IDs of the VPC security groups.

        Parameters:
        securityGroups - The IDs of the VPC security groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        DescribeNotebookInstanceResponse.Builder roleArn​(String roleArn)

        The Amazon Resource Name (ARN) of the IAM role associated with the instance.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the IAM role associated with the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeyId

        DescribeNotebookInstanceResponse.Builder kmsKeyId​(String kmsKeyId)

        The Amazon Web Services KMS key ID SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.

        Parameters:
        kmsKeyId - The Amazon Web Services KMS key ID SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkInterfaceId

        DescribeNotebookInstanceResponse.Builder networkInterfaceId​(String networkInterfaceId)

        The network interface IDs that SageMaker created at the time of creating the instance.

        Parameters:
        networkInterfaceId - The network interface IDs that SageMaker created at the time of creating the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        DescribeNotebookInstanceResponse.Builder lastModifiedTime​(Instant lastModifiedTime)

        A timestamp. Use this parameter to retrieve the time when the notebook instance was last modified.

        Parameters:
        lastModifiedTime - A timestamp. Use this parameter to retrieve the time when the notebook instance was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        DescribeNotebookInstanceResponse.Builder creationTime​(Instant creationTime)

        A timestamp. Use this parameter to return the time when the notebook instance was created

        Parameters:
        creationTime - A timestamp. Use this parameter to return the time when the notebook instance was created
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • volumeSizeInGB

        DescribeNotebookInstanceResponse.Builder volumeSizeInGB​(Integer volumeSizeInGB)

        The size, in GB, of the ML storage volume attached to the notebook instance.

        Parameters:
        volumeSizeInGB - The size, in GB, of the ML storage volume attached to the notebook instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • acceleratorTypesWithStrings

        DescribeNotebookInstanceResponse.Builder acceleratorTypesWithStrings​(Collection<String> acceleratorTypes)

        A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.

        Parameters:
        acceleratorTypes - A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • acceleratorTypesWithStrings

        DescribeNotebookInstanceResponse.Builder acceleratorTypesWithStrings​(String... acceleratorTypes)

        A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.

        Parameters:
        acceleratorTypes - A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultCodeRepository

        DescribeNotebookInstanceResponse.Builder defaultCodeRepository​(String defaultCodeRepository)

        The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in Amazon Web Services CodeCommit or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

        Parameters:
        defaultCodeRepository - The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in Amazon Web Services CodeCommit or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see Associating Git Repositories with SageMaker Notebook Instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • additionalCodeRepositories

        DescribeNotebookInstanceResponse.Builder additionalCodeRepositories​(String... additionalCodeRepositories)

        An array of up to three Git repositories associated with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in Amazon Web Services CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

        Parameters:
        additionalCodeRepositories - An array of up to three Git repositories associated with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in Amazon Web Services CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git Repositories with SageMaker Notebook Instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rootAccess

        DescribeNotebookInstanceResponse.Builder rootAccess​(String rootAccess)

        Whether root access is enabled or disabled for users of the notebook instance.

        Lifecycle configurations need root access to be able to set up a notebook instance. Because of this, lifecycle configurations associated with a notebook instance always run with root access even if you disable root access for users.

        Parameters:
        rootAccess - Whether root access is enabled or disabled for users of the notebook instance.

        Lifecycle configurations need root access to be able to set up a notebook instance. Because of this, lifecycle configurations associated with a notebook instance always run with root access even if you disable root access for users.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RootAccess, RootAccess
      • rootAccess

        DescribeNotebookInstanceResponse.Builder rootAccess​(RootAccess rootAccess)

        Whether root access is enabled or disabled for users of the notebook instance.

        Lifecycle configurations need root access to be able to set up a notebook instance. Because of this, lifecycle configurations associated with a notebook instance always run with root access even if you disable root access for users.

        Parameters:
        rootAccess - Whether root access is enabled or disabled for users of the notebook instance.

        Lifecycle configurations need root access to be able to set up a notebook instance. Because of this, lifecycle configurations associated with a notebook instance always run with root access even if you disable root access for users.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RootAccess, RootAccess
      • platformIdentifier

        DescribeNotebookInstanceResponse.Builder platformIdentifier​(String platformIdentifier)

        The platform identifier of the notebook instance runtime environment.

        Parameters:
        platformIdentifier - The platform identifier of the notebook instance runtime environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceMetadataServiceConfiguration

        DescribeNotebookInstanceResponse.Builder instanceMetadataServiceConfiguration​(InstanceMetadataServiceConfiguration instanceMetadataServiceConfiguration)

        Information on the IMDS configuration of the notebook instance

        Parameters:
        instanceMetadataServiceConfiguration - Information on the IMDS configuration of the notebook instance
        Returns:
        Returns a reference to this object so that method calls can be chained together.