@Stability(value=Stable)
public static interface CfnDetector.ModelProperty
extends software.amazon.jsii.JsiiSerializable
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.frauddetector.*;
ModelProperty modelProperty = ModelProperty.builder()
.arn("arn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDetector.ModelProperty.Builder
A builder for
CfnDetector.ModelProperty |
static class |
CfnDetector.ModelProperty.Jsii$Proxy
An implementation for
CfnDetector.ModelProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDetector.ModelProperty.Builder |
builder() |
default String |
getArn()
The ARN of the model.
|
@Stability(value=Stable) @Nullable default String getArn()
@Stability(value=Stable) static CfnDetector.ModelProperty.Builder builder()
CfnDetector.ModelProperty.Builder of CfnDetector.ModelPropertyCopyright © 2022. All rights reserved.