@Stability(value=Stable)
public static interface CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sagemaker.*;
InstanceMetadataServiceConfigurationProperty instanceMetadataServiceConfigurationProperty = InstanceMetadataServiceConfigurationProperty.builder()
.minimumInstanceMetadataServiceVersion("minimumInstanceMetadataServiceVersion")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty.Builder
|
static class |
CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty.Jsii$Proxy
An implementation for
CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty.Builder |
builder() |
String |
getMinimumInstanceMetadataServiceVersion()
`CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty.MinimumInstanceMetadataServiceVersion`.
|
@Stability(value=Stable) @NotNull String getMinimumInstanceMetadataServiceVersion()
@Stability(value=Stable) static CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.