Interface DisasterRecoverySource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DisasterRecoverySource.Builder,,DisasterRecoverySource> SdkBuilder<DisasterRecoverySource.Builder,,DisasterRecoverySource> SdkPojo
- Enclosing class:
DisasterRecoverySource
@Mutable
@NotThreadSafe
public static interface DisasterRecoverySource.Builder
extends SdkPojo, CopyableBuilder<DisasterRecoverySource.Builder,DisasterRecoverySource>
-
Method Summary
Modifier and TypeMethodDescriptionpolicyName(String policyName) Sets the value of the PolicyName property for this object.Indicates whether the value comes from the service's own account or a cross-account policy.source(PolicyValueSource source) Indicates whether the value comes from the service's own account or a cross-account policy.The disaster recovery approach value.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
value
The disaster recovery approach value.
- Parameters:
value- The disaster recovery approach value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyName
Sets the value of the PolicyName property for this object.- Parameters:
policyName- The new value for the PolicyName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
Indicates whether the value comes from the service's own account or a cross-account policy.
- Parameters:
source- Indicates whether the value comes from the service's own account or a cross-account policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
source
Indicates whether the value comes from the service's own account or a cross-account policy.
- Parameters:
source- Indicates whether the value comes from the service's own account or a cross-account policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-