Class DomainState.Builder

  • Enclosing class:
    DomainState

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

      • Builder

        public Builder()
    • Method Detail

      • arn

        public DomainState.Builder arn​(@Nullable
                                       com.pulumi.core.Output<java.lang.String> arn)
        Parameters:
        arn - Amazon Resource Name (ARN)
        Returns:
        builder
      • arn

        public DomainState.Builder arn​(java.lang.String arn)
        Parameters:
        arn - Amazon Resource Name (ARN)
        Returns:
        builder
      • description

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

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

        public DomainState.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 DomainState.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 DomainState.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 DomainState.Builder namePrefix​(java.lang.String namePrefix)
        Parameters:
        namePrefix - Creates a unique name beginning with the specified prefix. Conflicts with `name`.
        Returns:
        builder
      • tags

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

        @Deprecated
        public DomainState.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 DomainState.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
      • workflowExecutionRetentionPeriodInDays

        public DomainState.Builder workflowExecutionRetentionPeriodInDays​(@Nullable
                                                                          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 DomainState.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