public static interface CreateResiliencyPolicyRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<CreateResiliencyPolicyRequest.Builder,CreateResiliencyPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateResiliencyPolicyRequest.Builder |
clientToken(String clientToken)
Used for an idempotency token.
|
CreateResiliencyPolicyRequest.Builder |
dataLocationConstraint(DataLocationConstraint dataLocationConstraint)
Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
|
CreateResiliencyPolicyRequest.Builder |
dataLocationConstraint(String dataLocationConstraint)
Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
|
CreateResiliencyPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateResiliencyPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateResiliencyPolicyRequest.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.
|
CreateResiliencyPolicyRequest.Builder |
policyDescription(String policyDescription)
The description for the policy.
|
CreateResiliencyPolicyRequest.Builder |
policyName(String policyName)
The name of the policy
|
CreateResiliencyPolicyRequest.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.
|
CreateResiliencyPolicyRequest.Builder |
tags(Map<String,String> tags)
The tags assigned to the resource.
|
CreateResiliencyPolicyRequest.Builder |
tier(ResiliencyPolicyTier tier)
The tier for this resiliency policy, ranging from the highest severity (
MissionCritical) to
lowest (NonCritical). |
CreateResiliencyPolicyRequest.Builder |
tier(String tier)
The tier for this resiliency policy, ranging from the highest severity (
MissionCritical) to
lowest (NonCritical). |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateResiliencyPolicyRequest.Builder clientToken(String clientToken)
Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
clientToken - Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII
characters. You should not reuse the same client token for other API requests.CreateResiliencyPolicyRequest.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,
DataLocationConstraintCreateResiliencyPolicyRequest.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,
DataLocationConstraintCreateResiliencyPolicyRequest.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.CreateResiliencyPolicyRequest.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.CreateResiliencyPolicyRequest.Builder policyDescription(String policyDescription)
The description for the policy.
policyDescription - The description for the policy.CreateResiliencyPolicyRequest.Builder policyName(String policyName)
The name of the policy
policyName - The name of the policyCreateResiliencyPolicyRequest.Builder tags(Map<String,String> tags)
The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.
tags - The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services
resource. Each tag consists of a key/value pair.CreateResiliencyPolicyRequest.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,
ResiliencyPolicyTierCreateResiliencyPolicyRequest.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,
ResiliencyPolicyTierCreateResiliencyPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateResiliencyPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.