Interface CfnInstance.AttributesProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnInstance.AttributesProperty.Jsii$Proxy
Enclosing class:
CfnInstance

@Stability(Stable) public static interface CfnInstance.AttributesProperty extends software.amazon.jsii.JsiiSerializable
*This is a preview release for Amazon Connect .

It is subject to change.*

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.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();
 
  • Method Details

    • getInboundCalls

      @Stability(Stable) @NotNull Object getInboundCalls()
      CfnInstance.AttributesProperty.InboundCalls.
    • getOutboundCalls

      @Stability(Stable) @NotNull Object getOutboundCalls()
      CfnInstance.AttributesProperty.OutboundCalls.
    • getAutoResolveBestVoices

      @Stability(Stable) @Nullable default Object getAutoResolveBestVoices()
      CfnInstance.AttributesProperty.AutoResolveBestVoices.
    • getContactflowLogs

      @Stability(Stable) @Nullable default Object getContactflowLogs()
      CfnInstance.AttributesProperty.ContactflowLogs.
    • getContactLens

      @Stability(Stable) @Nullable default Object getContactLens()
      CfnInstance.AttributesProperty.ContactLens.
    • getEarlyMedia

      @Stability(Stable) @Nullable default Object getEarlyMedia()
      CfnInstance.AttributesProperty.EarlyMedia.
    • getUseCustomTtsVoices

      @Stability(Stable) @Nullable default Object getUseCustomTtsVoices()
      CfnInstance.AttributesProperty.UseCustomTTSVoices.
    • builder

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