public static interface UpdateResiliencyPolicyRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<UpdateResiliencyPolicyRequest.Builder,UpdateResiliencyPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateResiliencyPolicyRequest.Builder |
dataLocationConstraint(DataLocationConstraint dataLocationConstraint)
Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
|
UpdateResiliencyPolicyRequest.Builder |
dataLocationConstraint(String dataLocationConstraint)
Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
|
UpdateResiliencyPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateResiliencyPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateResiliencyPolicyRequest.Builder |
policy(Map<DisruptionType,FailurePolicy> policy)
The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point
objective (RPO) in seconds.
|
UpdateResiliencyPolicyRequest.Builder |
policyArn(String policyArn)
Amazon Resource Name (ARN) of the resiliency policy.
|
UpdateResiliencyPolicyRequest.Builder |
policyDescription(String policyDescription)
The description for the policy.
|
UpdateResiliencyPolicyRequest.Builder |
policyName(String policyName)
The name of the policy
|
UpdateResiliencyPolicyRequest.Builder |
policyWithStrings(Map<String,FailurePolicy> policy)
The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point
objective (RPO) in seconds.
|
UpdateResiliencyPolicyRequest.Builder |
tier(ResiliencyPolicyTier tier)
The tier for this resiliency policy, ranging from the highest severity (
MissionCritical) to
lowest (NonCritical). |
UpdateResiliencyPolicyRequest.Builder |
tier(String tier)
The tier for this resiliency policy, ranging from the highest severity (
MissionCritical) to
lowest (NonCritical). |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateResiliencyPolicyRequest.Builder dataLocationConstraint(String dataLocationConstraint)
Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
dataLocationConstraint - Specifies a high-level geographical location constraint for where your resilience policy data can be
stored.DataLocationConstraint,
DataLocationConstraintUpdateResiliencyPolicyRequest.Builder dataLocationConstraint(DataLocationConstraint dataLocationConstraint)
Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
dataLocationConstraint - Specifies a high-level geographical location constraint for where your resilience policy data can be
stored.DataLocationConstraint,
DataLocationConstraintUpdateResiliencyPolicyRequest.Builder policyWithStrings(Map<String,FailurePolicy> policy)
The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.
policy - The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery
point objective (RPO) in seconds.UpdateResiliencyPolicyRequest.Builder policy(Map<DisruptionType,FailurePolicy> policy)
The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.
policy - The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery
point objective (RPO) in seconds.UpdateResiliencyPolicyRequest.Builder policyArn(String policyArn)
Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition
:resiliencehub:region:account:resiliency-policy/policy-id. For more
information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.
policyArn - Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:
partition:resiliencehub:region:account:resiliency-policy/
policy-id. For more information about ARNs, see Amazon Resource
Names (ARNs) in the AWS General Reference guide.UpdateResiliencyPolicyRequest.Builder policyDescription(String policyDescription)
The description for the policy.
policyDescription - The description for the policy.UpdateResiliencyPolicyRequest.Builder policyName(String policyName)
The name of the policy
policyName - The name of the policyUpdateResiliencyPolicyRequest.Builder tier(String tier)
The tier for this resiliency policy, ranging from the highest severity (MissionCritical) to
lowest (NonCritical).
tier - The tier for this resiliency policy, ranging from the highest severity (MissionCritical)
to lowest (NonCritical).ResiliencyPolicyTier,
ResiliencyPolicyTierUpdateResiliencyPolicyRequest.Builder tier(ResiliencyPolicyTier tier)
The tier for this resiliency policy, ranging from the highest severity (MissionCritical) to
lowest (NonCritical).
tier - The tier for this resiliency policy, ranging from the highest severity (MissionCritical)
to lowest (NonCritical).ResiliencyPolicyTier,
ResiliencyPolicyTierUpdateResiliencyPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateResiliencyPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.