Uses of Interface
software.amazon.awssdk.services.route53recoveryreadiness.model.RecoveryGroupOutput.Builder
-
Packages that use RecoveryGroupOutput.Builder Package Description software.amazon.awssdk.services.route53recoveryreadiness.model -
-
Uses of RecoveryGroupOutput.Builder in software.amazon.awssdk.services.route53recoveryreadiness.model
Methods in software.amazon.awssdk.services.route53recoveryreadiness.model that return RecoveryGroupOutput.Builder Modifier and Type Method Description static RecoveryGroupOutput.BuilderRecoveryGroupOutput. builder()RecoveryGroupOutput.BuilderRecoveryGroupOutput.Builder. cells(String... cells)A list of a cell's Amazon Resource Names (ARNs).RecoveryGroupOutput.BuilderRecoveryGroupOutput.Builder. cells(Collection<String> cells)A list of a cell's Amazon Resource Names (ARNs).RecoveryGroupOutput.BuilderRecoveryGroupOutput.Builder. recoveryGroupArn(String recoveryGroupArn)The Amazon Resource Name (ARN) for the recovery group.RecoveryGroupOutput.BuilderRecoveryGroupOutput.Builder. recoveryGroupName(String recoveryGroupName)The name of the recovery group.RecoveryGroupOutput.BuilderRecoveryGroupOutput.Builder. tags(Map<String,String> tags)The tags associated with the recovery group.RecoveryGroupOutput.BuilderRecoveryGroupOutput. toBuilder()Methods in software.amazon.awssdk.services.route53recoveryreadiness.model that return types with arguments of type RecoveryGroupOutput.Builder Modifier and Type Method Description static Class<? extends RecoveryGroupOutput.Builder>RecoveryGroupOutput. serializableBuilderClass()
-