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 CreateNotebookInstanceRequest

    • Constructor Detail

      • CreateNotebookInstanceRequest

        public CreateNotebookInstanceRequest()
    • Method Detail

      • setNotebookInstanceName

        public void setNotebookInstanceName(String notebookInstanceName)

        The name of the new notebook instance.

        Parameters:
        notebookInstanceName - The name of the new notebook instance.
      • getNotebookInstanceName

        public String getNotebookInstanceName()

        The name of the new notebook instance.

        Returns:
        The name of the new notebook instance.
      • withNotebookInstanceName

        public CreateNotebookInstanceRequest withNotebookInstanceName(String notebookInstanceName)

        The name of the new notebook instance.

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

        public void setInstanceType(String instanceType)

        The type of ML compute instance to launch for the notebook instance.

        Parameters:
        instanceType - The type of ML compute instance to launch for the notebook instance.
        See Also:
        InstanceType
      • getInstanceType

        public String getInstanceType()

        The type of ML compute instance to launch for the notebook instance.

        Returns:
        The type of ML compute instance to launch for the notebook instance.
        See Also:
        InstanceType
      • withInstanceType

        public CreateNotebookInstanceRequest withInstanceType(String instanceType)

        The type of ML compute instance to launch for the notebook instance.

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

        public CreateNotebookInstanceRequest withInstanceType(InstanceType instanceType)

        The type of ML compute instance to launch for the notebook instance.

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

        public void setSubnetId(String subnetId)

        The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance.

        Parameters:
        subnetId - The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance.
      • getSubnetId

        public String getSubnetId()

        The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance.

        Returns:
        The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance.
      • withSubnetId

        public CreateNotebookInstanceRequest withSubnetId(String subnetId)

        The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance.

        Parameters:
        subnetId - The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSecurityGroupIds

        public List<String> getSecurityGroupIds()

        The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.

        Returns:
        The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.
      • setSecurityGroupIds

        public void setSecurityGroupIds(Collection<String> securityGroupIds)

        The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.

        Parameters:
        securityGroupIds - The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.
      • withSecurityGroupIds

        public CreateNotebookInstanceRequest withSecurityGroupIds(String... securityGroupIds)

        The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.

        NOTE: This method appends the values to the existing list (if any). Use setSecurityGroupIds(java.util.Collection) or withSecurityGroupIds(java.util.Collection) if you want to override the existing values.

        Parameters:
        securityGroupIds - The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withSecurityGroupIds

        public CreateNotebookInstanceRequest withSecurityGroupIds(Collection<String> securityGroupIds)

        The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.

        Parameters:
        securityGroupIds - The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRoleArn

        public void setRoleArn(String roleArn)

        When you send any requests to Amazon Web Services resources from the notebook instance, SageMaker assumes this role to perform tasks on your behalf. You must grant this role necessary permissions so SageMaker can perform these tasks. The policy must allow the SageMaker service principal (sagemaker.amazonaws.com) permissions to assume this role. For more information, see SageMaker Roles.

        To be able to pass this role to SageMaker, the caller of this API must have the iam:PassRole permission.

        Parameters:
        roleArn - When you send any requests to Amazon Web Services resources from the notebook instance, SageMaker assumes this role to perform tasks on your behalf. You must grant this role necessary permissions so SageMaker can perform these tasks. The policy must allow the SageMaker service principal (sagemaker.amazonaws.com) permissions to assume this role. For more information, see SageMaker Roles.

        To be able to pass this role to SageMaker, the caller of this API must have the iam:PassRole permission.

      • getRoleArn

        public String getRoleArn()

        When you send any requests to Amazon Web Services resources from the notebook instance, SageMaker assumes this role to perform tasks on your behalf. You must grant this role necessary permissions so SageMaker can perform these tasks. The policy must allow the SageMaker service principal (sagemaker.amazonaws.com) permissions to assume this role. For more information, see SageMaker Roles.

        To be able to pass this role to SageMaker, the caller of this API must have the iam:PassRole permission.

        Returns:
        When you send any requests to Amazon Web Services resources from the notebook instance, SageMaker assumes this role to perform tasks on your behalf. You must grant this role necessary permissions so SageMaker can perform these tasks. The policy must allow the SageMaker service principal (sagemaker.amazonaws.com) permissions to assume this role. For more information, see SageMaker Roles.

        To be able to pass this role to SageMaker, the caller of this API must have the iam:PassRole permission.

      • withRoleArn

        public CreateNotebookInstanceRequest withRoleArn(String roleArn)

        When you send any requests to Amazon Web Services resources from the notebook instance, SageMaker assumes this role to perform tasks on your behalf. You must grant this role necessary permissions so SageMaker can perform these tasks. The policy must allow the SageMaker service principal (sagemaker.amazonaws.com) permissions to assume this role. For more information, see SageMaker Roles.

        To be able to pass this role to SageMaker, the caller of this API must have the iam:PassRole permission.

        Parameters:
        roleArn - When you send any requests to Amazon Web Services resources from the notebook instance, SageMaker assumes this role to perform tasks on your behalf. You must grant this role necessary permissions so SageMaker can perform these tasks. The policy must allow the SageMaker service principal (sagemaker.amazonaws.com) permissions to assume this role. For more information, see SageMaker Roles.

        To be able to pass this role to SageMaker, the caller of this API must have the iam:PassRole permission.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setKmsKeyId

        public void setKmsKeyId(String kmsKeyId)

        The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt data on the storage volume attached to your notebook instance. The KMS key you provide must be enabled. For information, see Enabling and Disabling Keys in the Amazon Web Services Key Management Service Developer Guide.

        Parameters:
        kmsKeyId - The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt data on the storage volume attached to your notebook instance. The KMS key you provide must be enabled. For information, see Enabling and Disabling Keys in the Amazon Web Services Key Management Service Developer Guide.
      • getKmsKeyId

        public String getKmsKeyId()

        The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt data on the storage volume attached to your notebook instance. The KMS key you provide must be enabled. For information, see Enabling and Disabling Keys in the Amazon Web Services Key Management Service Developer Guide.

        Returns:
        The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt data on the storage volume attached to your notebook instance. The KMS key you provide must be enabled. For information, see Enabling and Disabling Keys in the Amazon Web Services Key Management Service Developer Guide.
      • withKmsKeyId

        public CreateNotebookInstanceRequest withKmsKeyId(String kmsKeyId)

        The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt data on the storage volume attached to your notebook instance. The KMS key you provide must be enabled. For information, see Enabling and Disabling Keys in the Amazon Web Services Key Management Service Developer Guide.

        Parameters:
        kmsKeyId - The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt data on the storage volume attached to your notebook instance. The KMS key you provide must be enabled. For information, see Enabling and Disabling Keys in the Amazon Web Services Key Management Service Developer Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public List<Tag> getTags()

        An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

        Returns:
        An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
      • setTags

        public void setTags(Collection<Tag> tags)

        An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

        Parameters:
        tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
      • withTags

        public CreateNotebookInstanceRequest withTags(Collection<Tag> tags)

        An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

        Parameters:
        tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDirectInternetAccess

        public void setDirectInternetAccess(String directInternetAccess)

        Sets whether SageMaker provides internet access to the notebook instance. If you set this to Disabled this notebook instance is able to access resources only in your VPC, and is not be able to connect to SageMaker training and endpoint services unless you configure a NAT Gateway in your VPC.

        For more information, see Notebook Instances Are Internet-Enabled by Default. You can set the value of this parameter to Disabled only if you set a value for the SubnetId parameter.

        Parameters:
        directInternetAccess - Sets whether SageMaker provides internet access to the notebook instance. If you set this to Disabled this notebook instance is able to access resources only in your VPC, and is not be able to connect to SageMaker training and endpoint services unless you configure a NAT Gateway in your VPC.

        For more information, see Notebook Instances Are Internet-Enabled by Default. You can set the value of this parameter to Disabled only if you set a value for the SubnetId parameter.

        See Also:
        DirectInternetAccess
      • getDirectInternetAccess

        public String getDirectInternetAccess()

        Sets whether SageMaker provides internet access to the notebook instance. If you set this to Disabled this notebook instance is able to access resources only in your VPC, and is not be able to connect to SageMaker training and endpoint services unless you configure a NAT Gateway in your VPC.

        For more information, see Notebook Instances Are Internet-Enabled by Default. You can set the value of this parameter to Disabled only if you set a value for the SubnetId parameter.

        Returns:
        Sets whether SageMaker provides internet access to the notebook instance. If you set this to Disabled this notebook instance is able to access resources only in your VPC, and is not be able to connect to SageMaker training and endpoint services unless you configure a NAT Gateway in your VPC.

        For more information, see Notebook Instances Are Internet-Enabled by Default. You can set the value of this parameter to Disabled only if you set a value for the SubnetId parameter.

        See Also:
        DirectInternetAccess
      • withDirectInternetAccess

        public CreateNotebookInstanceRequest withDirectInternetAccess(String directInternetAccess)

        Sets whether SageMaker provides internet access to the notebook instance. If you set this to Disabled this notebook instance is able to access resources only in your VPC, and is not be able to connect to SageMaker training and endpoint services unless you configure a NAT Gateway in your VPC.

        For more information, see Notebook Instances Are Internet-Enabled by Default. You can set the value of this parameter to Disabled only if you set a value for the SubnetId parameter.

        Parameters:
        directInternetAccess - Sets whether SageMaker provides internet access to the notebook instance. If you set this to Disabled this notebook instance is able to access resources only in your VPC, and is not be able to connect to SageMaker training and endpoint services unless you configure a NAT Gateway in your VPC.

        For more information, see Notebook Instances Are Internet-Enabled by Default. You can set the value of this parameter to Disabled only if you set a value for the SubnetId parameter.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DirectInternetAccess
      • withDirectInternetAccess

        public CreateNotebookInstanceRequest withDirectInternetAccess(DirectInternetAccess directInternetAccess)

        Sets whether SageMaker provides internet access to the notebook instance. If you set this to Disabled this notebook instance is able to access resources only in your VPC, and is not be able to connect to SageMaker training and endpoint services unless you configure a NAT Gateway in your VPC.

        For more information, see Notebook Instances Are Internet-Enabled by Default. You can set the value of this parameter to Disabled only if you set a value for the SubnetId parameter.

        Parameters:
        directInternetAccess - Sets whether SageMaker provides internet access to the notebook instance. If you set this to Disabled this notebook instance is able to access resources only in your VPC, and is not be able to connect to SageMaker training and endpoint services unless you configure a NAT Gateway in your VPC.

        For more information, see Notebook Instances Are Internet-Enabled by Default. You can set the value of this parameter to Disabled only if you set a value for the SubnetId parameter.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DirectInternetAccess
      • setVolumeSizeInGB

        public void setVolumeSizeInGB(Integer volumeSizeInGB)

        The size, in GB, of the ML storage volume to attach to the notebook instance. The default value is 5 GB.

        Parameters:
        volumeSizeInGB - The size, in GB, of the ML storage volume to attach to the notebook instance. The default value is 5 GB.
      • getVolumeSizeInGB

        public Integer getVolumeSizeInGB()

        The size, in GB, of the ML storage volume to attach to the notebook instance. The default value is 5 GB.

        Returns:
        The size, in GB, of the ML storage volume to attach to the notebook instance. The default value is 5 GB.
      • withVolumeSizeInGB

        public CreateNotebookInstanceRequest withVolumeSizeInGB(Integer volumeSizeInGB)

        The size, in GB, of the ML storage volume to attach to the notebook instance. The default value is 5 GB.

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

        public void setDefaultCodeRepository(String defaultCodeRepository)

        A Git repository to associate 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 - A Git repository to associate 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.
      • getDefaultCodeRepository

        public String getDefaultCodeRepository()

        A Git repository to associate 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:
        A Git repository to associate 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.
      • withDefaultCodeRepository

        public CreateNotebookInstanceRequest withDefaultCodeRepository(String defaultCodeRepository)

        A Git repository to associate 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 - A Git repository to associate 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.
      • getAdditionalCodeRepositories

        public List<String> getAdditionalCodeRepositories()

        An array of up to three Git repositories to associate 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:
        An array of up to three Git repositories to associate 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.
      • setAdditionalCodeRepositories

        public void setAdditionalCodeRepositories(Collection<String> additionalCodeRepositories)

        An array of up to three Git repositories to associate 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 to associate 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.
      • withAdditionalCodeRepositories

        public CreateNotebookInstanceRequest withAdditionalCodeRepositories(Collection<String> additionalCodeRepositories)

        An array of up to three Git repositories to associate 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 to associate 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.
      • setRootAccess

        public void setRootAccess(String rootAccess)

        Whether root access is enabled or disabled for users of the notebook instance. The default value is Enabled.

        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. The default value is Enabled.

        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.

        See Also:
        RootAccess
      • getRootAccess

        public String getRootAccess()

        Whether root access is enabled or disabled for users of the notebook instance. The default value is Enabled.

        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:
        Whether root access is enabled or disabled for users of the notebook instance. The default value is Enabled.

        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.

        See Also:
        RootAccess
      • withRootAccess

        public CreateNotebookInstanceRequest withRootAccess(String rootAccess)

        Whether root access is enabled or disabled for users of the notebook instance. The default value is Enabled.

        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. The default value is Enabled.

        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
      • withRootAccess

        public CreateNotebookInstanceRequest withRootAccess(RootAccess rootAccess)

        Whether root access is enabled or disabled for users of the notebook instance. The default value is Enabled.

        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. The default value is Enabled.

        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
      • setPlatformIdentifier

        public void setPlatformIdentifier(String platformIdentifier)

        The platform identifier of the notebook instance runtime environment.

        Parameters:
        platformIdentifier - The platform identifier of the notebook instance runtime environment.
      • getPlatformIdentifier

        public String getPlatformIdentifier()

        The platform identifier of the notebook instance runtime environment.

        Returns:
        The platform identifier of the notebook instance runtime environment.
      • withPlatformIdentifier

        public CreateNotebookInstanceRequest withPlatformIdentifier(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.
      • setInstanceMetadataServiceConfiguration

        public void setInstanceMetadataServiceConfiguration(InstanceMetadataServiceConfiguration instanceMetadataServiceConfiguration)

        Information on the IMDS configuration of the notebook instance

        Parameters:
        instanceMetadataServiceConfiguration - Information on the IMDS configuration of the notebook instance
      • getInstanceMetadataServiceConfiguration

        public InstanceMetadataServiceConfiguration getInstanceMetadataServiceConfiguration()

        Information on the IMDS configuration of the notebook instance

        Returns:
        Information on the IMDS configuration of the notebook instance
      • withInstanceMetadataServiceConfiguration

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