Class RecoveryGroupState.Builder

  • Enclosing class:
    RecoveryGroupState

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

      • arn

        public RecoveryGroupState.Builder arn​(@Nullable
                                              com.pulumi.core.Output<java.lang.String> arn)
        Parameters:
        arn - ARN of the recovery group
        Returns:
        builder
      • arn

        public RecoveryGroupState.Builder arn​(java.lang.String arn)
        Parameters:
        arn - ARN of the recovery group
        Returns:
        builder
      • cells

        public RecoveryGroupState.Builder cells​(@Nullable
                                                com.pulumi.core.Output<java.util.List<java.lang.String>> cells)
        Parameters:
        cells - List of cell arns to add as nested fault domains within this recovery group
        Returns:
        builder
      • cells

        public RecoveryGroupState.Builder cells​(java.util.List<java.lang.String> cells)
        Parameters:
        cells - List of cell arns to add as nested fault domains within this recovery group
        Returns:
        builder
      • cells

        public RecoveryGroupState.Builder cells​(java.lang.String... cells)
        Parameters:
        cells - List of cell arns to add as nested fault domains within this recovery group
        Returns:
        builder
      • recoveryGroupName

        public RecoveryGroupState.Builder recoveryGroupName​(@Nullable
                                                            com.pulumi.core.Output<java.lang.String> recoveryGroupName)
        Parameters:
        recoveryGroupName - A unique name describing the recovery group. The following argument are optional:
        Returns:
        builder
      • recoveryGroupName

        public RecoveryGroupState.Builder recoveryGroupName​(java.lang.String recoveryGroupName)
        Parameters:
        recoveryGroupName - A unique name describing the recovery group. The following argument are optional:
        Returns:
        builder
      • tags

        public RecoveryGroupState.Builder tags​(@Nullable
                                               com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - Key-value mapping 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 RecoveryGroupState.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - Key-value mapping 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 RecoveryGroupState.Builder tagsAll​(@Nullable
                                                  com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder
      • tagsAll

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