Class RecoveryGroupState.Builder
- java.lang.Object
-
- com.pulumi.aws.route53recoveryreadiness.inputs.RecoveryGroupState.Builder
-
- Enclosing class:
- RecoveryGroupState
public static final class RecoveryGroupState.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(RecoveryGroupState defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description RecoveryGroupState.Builder
arn(com.pulumi.core.Output<java.lang.String> arn)
RecoveryGroupState.Builder
arn(java.lang.String arn)
RecoveryGroupState
build()
RecoveryGroupState.Builder
cells(com.pulumi.core.Output<java.util.List<java.lang.String>> cells)
RecoveryGroupState.Builder
cells(java.lang.String... cells)
RecoveryGroupState.Builder
cells(java.util.List<java.lang.String> cells)
RecoveryGroupState.Builder
recoveryGroupName(com.pulumi.core.Output<java.lang.String> recoveryGroupName)
RecoveryGroupState.Builder
recoveryGroupName(java.lang.String recoveryGroupName)
RecoveryGroupState.Builder
tags(com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> tags)
RecoveryGroupState.Builder
tags(java.util.Map<java.lang.String,java.lang.String> tags)
RecoveryGroupState.Builder
tagsAll(com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> tagsAll)
Deprecated.Please use `tags` instead.RecoveryGroupState.Builder
tagsAll(java.util.Map<java.lang.String,java.lang.String> tagsAll)
Deprecated.Please use `tags` instead.
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(RecoveryGroupState defaults)
-
-
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
-
build
public RecoveryGroupState build()
-
-