Uses of Interface
software.amazon.awssdk.services.sagemaker.model.InstanceMetadataServiceConfiguration.Builder
-
Packages that use InstanceMetadataServiceConfiguration.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InstanceMetadataServiceConfiguration.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InstanceMetadataServiceConfiguration.Builder Modifier and Type Method Description static InstanceMetadataServiceConfiguration.BuilderInstanceMetadataServiceConfiguration. builder()InstanceMetadataServiceConfiguration.BuilderInstanceMetadataServiceConfiguration.Builder. minimumInstanceMetadataServiceVersion(String minimumInstanceMetadataServiceVersion)Indicates the minimum IMDS version that the notebook instance supports.InstanceMetadataServiceConfiguration.BuilderInstanceMetadataServiceConfiguration. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type InstanceMetadataServiceConfiguration.Builder Modifier and Type Method Description static Class<? extends InstanceMetadataServiceConfiguration.Builder>InstanceMetadataServiceConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type InstanceMetadataServiceConfiguration.Builder Modifier and Type Method Description default CreateNotebookInstanceRequest.BuilderCreateNotebookInstanceRequest.Builder. instanceMetadataServiceConfiguration(Consumer<InstanceMetadataServiceConfiguration.Builder> instanceMetadataServiceConfiguration)Information on the IMDS configuration of the notebook instancedefault DescribeNotebookInstanceResponse.BuilderDescribeNotebookInstanceResponse.Builder. instanceMetadataServiceConfiguration(Consumer<InstanceMetadataServiceConfiguration.Builder> instanceMetadataServiceConfiguration)Information on the IMDS configuration of the notebook instancedefault UpdateNotebookInstanceRequest.BuilderUpdateNotebookInstanceRequest.Builder. instanceMetadataServiceConfiguration(Consumer<InstanceMetadataServiceConfiguration.Builder> instanceMetadataServiceConfiguration)Information on the IMDS configuration of the notebook instance
-