Interface UserProfileReference

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
UserProfileReference.Jsii$Proxy

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-15T14:52:06.794Z") @Stability(Stable) public interface UserProfileReference extends software.amazon.jsii.JsiiSerializable
A reference to a UserProfile resource.

Example:

 // 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.*;
 UserProfileReference userProfileReference = UserProfileReference.builder()
         .domainId("domainId")
         .userProfileArn("userProfileArn")
         .userProfileName("userProfileName")
         .build();
 
  • Method Details

    • getDomainId

      @Stability(Stable) @NotNull String getDomainId()
      The DomainId of the UserProfile resource.
    • getUserProfileArn

      @Stability(Stable) @NotNull String getUserProfileArn()
      The ARN of the UserProfile resource.
    • getUserProfileName

      @Stability(Stable) @NotNull String getUserProfileName()
      The UserProfileName of the UserProfile resource.
    • builder

      @Stability(Stable) static UserProfileReference.Builder builder()
      Returns:
      a UserProfileReference.Builder of UserProfileReference