Class ContactFlowModuleArgs.Builder

  • Enclosing class:
    ContactFlowModuleArgs

    public static final class ContactFlowModuleArgs.Builder
    extends java.lang.Object
    • Method Detail

      • content

        public ContactFlowModuleArgs.Builder content​(@Nullable
                                                     com.pulumi.core.Output<java.lang.String> content)
        Parameters:
        content - Specifies the content of the Contact Flow Module, provided as a JSON string, written in Amazon Connect Contact Flow Language. If defined, the `filename` argument cannot be used.
        Returns:
        builder
      • content

        public ContactFlowModuleArgs.Builder content​(java.lang.String content)
        Parameters:
        content - Specifies the content of the Contact Flow Module, provided as a JSON string, written in Amazon Connect Contact Flow Language. If defined, the `filename` argument cannot be used.
        Returns:
        builder
      • contentHash

        public ContactFlowModuleArgs.Builder contentHash​(@Nullable
                                                         com.pulumi.core.Output<java.lang.String> contentHash)
        Parameters:
        contentHash - Used to trigger updates. Must be set to a base64-encoded SHA256 hash of the Contact Flow Module source specified with `filename`.
        Returns:
        builder
      • contentHash

        public ContactFlowModuleArgs.Builder contentHash​(java.lang.String contentHash)
        Parameters:
        contentHash - Used to trigger updates. Must be set to a base64-encoded SHA256 hash of the Contact Flow Module source specified with `filename`.
        Returns:
        builder
      • description

        public ContactFlowModuleArgs.Builder description​(@Nullable
                                                         com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - Specifies the description of the Contact Flow Module.
        Returns:
        builder
      • description

        public ContactFlowModuleArgs.Builder description​(java.lang.String description)
        Parameters:
        description - Specifies the description of the Contact Flow Module.
        Returns:
        builder
      • filename

        public ContactFlowModuleArgs.Builder filename​(@Nullable
                                                      com.pulumi.core.Output<java.lang.String> filename)
        Parameters:
        filename - The path to the Contact Flow Module source within the local filesystem. Conflicts with `content`.
        Returns:
        builder
      • filename

        public ContactFlowModuleArgs.Builder filename​(java.lang.String filename)
        Parameters:
        filename - The path to the Contact Flow Module source within the local filesystem. Conflicts with `content`.
        Returns:
        builder
      • instanceId

        public ContactFlowModuleArgs.Builder instanceId​(com.pulumi.core.Output<java.lang.String> instanceId)
        Parameters:
        instanceId - Specifies the identifier of the hosting Amazon Connect Instance.
        Returns:
        builder
      • instanceId

        public ContactFlowModuleArgs.Builder instanceId​(java.lang.String instanceId)
        Parameters:
        instanceId - Specifies the identifier of the hosting Amazon Connect Instance.
        Returns:
        builder
      • name

        public ContactFlowModuleArgs.Builder name​(@Nullable
                                                  com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - Specifies the name of the Contact Flow Module.
        Returns:
        builder
      • name

        public ContactFlowModuleArgs.Builder name​(java.lang.String name)
        Parameters:
        name - Specifies the name of the Contact Flow Module.
        Returns:
        builder
      • tags

        public ContactFlowModuleArgs.Builder tags​(@Nullable
                                                  com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - Tags to apply to the Contact Flow Module. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tags

        public ContactFlowModuleArgs.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - Tags to apply to the Contact Flow Module. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder