Interface ProfileReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ProfileReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-10T13:39:58.973Z")
@Stability(Stable)
public interface ProfileReference
extends software.amazon.jsii.JsiiSerializable
A reference to a Profile 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.b2bi.*;
ProfileReference profileReference = ProfileReference.builder()
.profileArn("profileArn")
.profileId("profileId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forProfileReferencestatic final classAn implementation forProfileReference -
Method Summary
Modifier and TypeMethodDescriptionstatic ProfileReference.Builderbuilder()The ARN of the Profile resource.The ProfileId of the Profile resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getProfileArn
The ARN of the Profile resource. -
getProfileId
The ProfileId of the Profile resource. -
builder
- Returns:
- a
ProfileReference.BuilderofProfileReference
-