Class DomainArgs.Builder

  • Enclosing class:
    DomainArgs

    public static final class DomainArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
      • Builder

        public Builder​(DomainArgs defaults)
    • Method Detail

      • description

        public DomainArgs.Builder description​(@Nullable
                                              com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - The domain description.
        Returns:
        builder
      • description

        public DomainArgs.Builder description​(java.lang.String description)
        Parameters:
        description - The domain description.
        Returns:
        builder
      • name

        public DomainArgs.Builder name​(@Nullable
                                       com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - The name of the domain. If omitted, this provider will assign a random, unique name.
        Returns:
        builder
      • name

        public DomainArgs.Builder name​(java.lang.String name)
        Parameters:
        name - The name of the domain. If omitted, this provider will assign a random, unique name.
        Returns:
        builder
      • namePrefix

        public DomainArgs.Builder namePrefix​(@Nullable
                                             com.pulumi.core.Output<java.lang.String> namePrefix)
        Parameters:
        namePrefix - Creates a unique name beginning with the specified prefix. Conflicts with `name`.
        Returns:
        builder
      • namePrefix

        public DomainArgs.Builder namePrefix​(java.lang.String namePrefix)
        Parameters:
        namePrefix - Creates a unique name beginning with the specified prefix. Conflicts with `name`.
        Returns:
        builder
      • tags

        public DomainArgs.Builder tags​(@Nullable
                                       com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - Key-value map of resource tags. .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 DomainArgs.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • workflowExecutionRetentionPeriodInDays

        public DomainArgs.Builder workflowExecutionRetentionPeriodInDays​(com.pulumi.core.Output<java.lang.String> workflowExecutionRetentionPeriodInDays)
        Parameters:
        workflowExecutionRetentionPeriodInDays - Length of time that SWF will continue to retain information about the workflow execution after the workflow execution is complete, must be between 0 and 90 days.
        Returns:
        builder
      • workflowExecutionRetentionPeriodInDays

        public DomainArgs.Builder workflowExecutionRetentionPeriodInDays​(java.lang.String workflowExecutionRetentionPeriodInDays)
        Parameters:
        workflowExecutionRetentionPeriodInDays - Length of time that SWF will continue to retain information about the workflow execution after the workflow execution is complete, must be between 0 and 90 days.
        Returns:
        builder