Interface SpaceReference

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

@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)", date="2025-11-04T09:27:50.019Z") @Stability(Stable) public interface SpaceReference extends software.amazon.jsii.JsiiSerializable
A reference to a Space 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.*;
 SpaceReference spaceReference = SpaceReference.builder()
         .domainId("domainId")
         .spaceArn("spaceArn")
         .spaceName("spaceName")
         .build();
 
  • Method Details

    • getDomainId

      @Stability(Stable) @NotNull String getDomainId()
      The DomainId of the Space resource.
    • getSpaceArn

      @Stability(Stable) @NotNull String getSpaceArn()
      The ARN of the Space resource.
    • getSpaceName

      @Stability(Stable) @NotNull String getSpaceName()
      The SpaceName of the Space resource.
    • builder

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