Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder
-
Packages that use AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder Modifier and Type Method Description static AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.BuilderAwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails. builder()AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.BuilderAwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder. minimumInstanceMetadataServiceVersion(String minimumInstanceMetadataServiceVersion)Indicates the minimum IMDS version that the notebook instance supports.AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.BuilderAwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder Modifier and Type Method Description static Class<? extends AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder>AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder Modifier and Type Method Description default AwsSageMakerNotebookInstanceDetails.BuilderAwsSageMakerNotebookInstanceDetails.Builder. instanceMetadataServiceConfiguration(Consumer<AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder> instanceMetadataServiceConfiguration)Information on the IMDS configuration of the notebook instance.
-