@Stability(value=Stable)
public static interface CfnDetector.OutcomeProperty
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.frauddetector.*;
OutcomeProperty outcomeProperty = OutcomeProperty.builder()
.arn("arn")
.createdTime("createdTime")
.description("description")
.inline(false)
.lastUpdatedTime("lastUpdatedTime")
.name("name")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDetector.OutcomeProperty.Builder
A builder for
CfnDetector.OutcomeProperty |
static class |
CfnDetector.OutcomeProperty.Jsii$Proxy
An implementation for
CfnDetector.OutcomeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDetector.OutcomeProperty.Builder |
builder() |
default String |
getArn()
`CfnDetector.OutcomeProperty.Arn`.
|
default String |
getCreatedTime()
`CfnDetector.OutcomeProperty.CreatedTime`.
|
default String |
getDescription()
`CfnDetector.OutcomeProperty.Description`.
|
default Object |
getInline()
`CfnDetector.OutcomeProperty.Inline`.
|
default String |
getLastUpdatedTime()
`CfnDetector.OutcomeProperty.LastUpdatedTime`.
|
default String |
getName()
`CfnDetector.OutcomeProperty.Name`.
|
default List<CfnTag> |
getTags()
`CfnDetector.OutcomeProperty.Tags`.
|
@Stability(value=Stable) @Nullable default String getArn()
@Stability(value=Stable) @Nullable default String getCreatedTime()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Object getInline()
@Stability(value=Stable) @Nullable default String getLastUpdatedTime()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnDetector.OutcomeProperty.Builder builder()
Copyright © 2021. All rights reserved.