@Stability(value=Stable)
public static interface CfnInstance.AttributesProperty
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.connect.*;
AttributesProperty attributesProperty = AttributesProperty.builder()
.inboundCalls(false)
.outboundCalls(false)
// the properties below are optional
.autoResolveBestVoices(false)
.contactflowLogs(false)
.contactLens(false)
.earlyMedia(false)
.useCustomTtsVoices(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnInstance.AttributesProperty.Builder
A builder for
CfnInstance.AttributesProperty |
static class |
CfnInstance.AttributesProperty.Jsii$Proxy
An implementation for
CfnInstance.AttributesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnInstance.AttributesProperty.Builder |
builder() |
default Object |
getAutoResolveBestVoices()
`CfnInstance.AttributesProperty.AutoResolveBestVoices`.
|
default Object |
getContactflowLogs()
`CfnInstance.AttributesProperty.ContactflowLogs`.
|
default Object |
getContactLens()
`CfnInstance.AttributesProperty.ContactLens`.
|
default Object |
getEarlyMedia()
`CfnInstance.AttributesProperty.EarlyMedia`.
|
Object |
getInboundCalls()
`CfnInstance.AttributesProperty.InboundCalls`.
|
Object |
getOutboundCalls()
`CfnInstance.AttributesProperty.OutboundCalls`.
|
default Object |
getUseCustomTtsVoices()
`CfnInstance.AttributesProperty.UseCustomTTSVoices`.
|
@Stability(value=Stable) @NotNull Object getInboundCalls()
@Stability(value=Stable) @NotNull Object getOutboundCalls()
@Stability(value=Stable) @Nullable default Object getAutoResolveBestVoices()
@Stability(value=Stable) @Nullable default Object getContactflowLogs()
@Stability(value=Stable) @Nullable default Object getContactLens()
@Stability(value=Stable) @Nullable default Object getEarlyMedia()
@Stability(value=Stable) @Nullable default Object getUseCustomTtsVoices()
@Stability(value=Stable) static CfnInstance.AttributesProperty.Builder builder()
Copyright © 2022. All rights reserved.