@Stability(value=Stable)
public static interface CfnModelPackage.UserContextProperty
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.*;
UserContextProperty userContextProperty = UserContextProperty.builder()
.domainId("domainId")
.userProfileArn("userProfileArn")
.userProfileName("userProfileName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnModelPackage.UserContextProperty.Builder
A builder for
CfnModelPackage.UserContextProperty |
static class |
CfnModelPackage.UserContextProperty.Jsii$Proxy
An implementation for
CfnModelPackage.UserContextProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnModelPackage.UserContextProperty.Builder |
builder() |
default String |
getDomainId()
`CfnModelPackage.UserContextProperty.DomainId`.
|
default String |
getUserProfileArn()
`CfnModelPackage.UserContextProperty.UserProfileArn`.
|
default String |
getUserProfileName()
`CfnModelPackage.UserContextProperty.UserProfileName`.
|
@Stability(value=Stable) @Nullable default String getDomainId()
@Stability(value=Stable) @Nullable default String getUserProfileArn()
@Stability(value=Stable) @Nullable default String getUserProfileName()
@Stability(value=Stable) static CfnModelPackage.UserContextProperty.Builder builder()
Copyright © 2022. All rights reserved.