static ResiliencyPolicy.Builder |
ResiliencyPolicy.builder() |
|
ResiliencyPolicy.Builder |
ResiliencyPolicy.Builder.creationTime(Instant creationTime) |
Date and time when the resiliency policy was created.
|
ResiliencyPolicy.Builder |
ResiliencyPolicy.Builder.dataLocationConstraint(String dataLocationConstraint) |
Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
|
ResiliencyPolicy.Builder |
ResiliencyPolicy.Builder.dataLocationConstraint(DataLocationConstraint dataLocationConstraint) |
Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
|
ResiliencyPolicy.Builder |
ResiliencyPolicy.Builder.estimatedCostTier(String estimatedCostTier) |
Specifies the estimated cost tier of the resiliency policy.
|
ResiliencyPolicy.Builder |
ResiliencyPolicy.Builder.estimatedCostTier(EstimatedCostTier estimatedCostTier) |
Specifies the estimated cost tier of the resiliency policy.
|
ResiliencyPolicy.Builder |
ResiliencyPolicy.Builder.policy(Map<DisruptionType,FailurePolicy> policy) |
The resiliency policy.
|
ResiliencyPolicy.Builder |
ResiliencyPolicy.Builder.policyArn(String policyArn) |
Amazon Resource Name (ARN) of the resiliency policy.
|
ResiliencyPolicy.Builder |
ResiliencyPolicy.Builder.policyDescription(String policyDescription) |
The description for the policy.
|
ResiliencyPolicy.Builder |
ResiliencyPolicy.Builder.policyName(String policyName) |
The name of the policy
|
ResiliencyPolicy.Builder |
ResiliencyPolicy.Builder.policyWithStrings(Map<String,FailurePolicy> policy) |
The resiliency policy.
|
ResiliencyPolicy.Builder |
ResiliencyPolicy.Builder.tags(Map<String,String> tags) |
Tags assigned to the resource.
|
ResiliencyPolicy.Builder |
ResiliencyPolicy.Builder.tier(String tier) |
The tier for this resiliency policy, ranging from the highest severity (MissionCritical) to
lowest (NonCritical).
|
ResiliencyPolicy.Builder |
ResiliencyPolicy.Builder.tier(ResiliencyPolicyTier tier) |
The tier for this resiliency policy, ranging from the highest severity (MissionCritical) to
lowest (NonCritical).
|
ResiliencyPolicy.Builder |
ResiliencyPolicy.toBuilder() |
|