Class ContactFlowModuleState.Builder

  • Enclosing class:
    ContactFlowModuleState

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

      • arn

        public ContactFlowModuleState.Builder arn​(@Nullable
                                                  com.pulumi.core.Output<java.lang.String> arn)
        Parameters:
        arn - The Amazon Resource Name (ARN) of the Contact Flow Module.
        Returns:
        builder
      • arn

        public ContactFlowModuleState.Builder arn​(java.lang.String arn)
        Parameters:
        arn - The Amazon Resource Name (ARN) of the Contact Flow Module.
        Returns:
        builder
      • contactFlowModuleId

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

        public ContactFlowModuleState.Builder contactFlowModuleId​(java.lang.String contactFlowModuleId)
        Parameters:
        contactFlowModuleId - The identifier of the Contact Flow Module.
        Returns:
        builder
      • content

        public ContactFlowModuleState.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 ContactFlowModuleState.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 ContactFlowModuleState.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 ContactFlowModuleState.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 ContactFlowModuleState.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 ContactFlowModuleState.Builder description​(java.lang.String description)
        Parameters:
        description - Specifies the description of the Contact Flow Module.
        Returns:
        builder
      • filename

        public ContactFlowModuleState.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 ContactFlowModuleState.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 ContactFlowModuleState.Builder instanceId​(@Nullable
                                                         com.pulumi.core.Output<java.lang.String> instanceId)
        Parameters:
        instanceId - Specifies the identifier of the hosting Amazon Connect Instance.
        Returns:
        builder
      • instanceId

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

        public ContactFlowModuleState.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 ContactFlowModuleState.Builder name​(java.lang.String name)
        Parameters:
        name - Specifies the name of the Contact Flow Module.
        Returns:
        builder
      • tags

        public ContactFlowModuleState.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 ContactFlowModuleState.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
      • tagsAll

        @Deprecated
        public ContactFlowModuleState.Builder tagsAll​(@Nullable
                                                      com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public ContactFlowModuleState.Builder tagsAll​(java.util.Map<java.lang.String,​java.lang.String> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder