Domain.UpdateStages.WithDataResidencyBoundary Interface

public static interface Domain.UpdateStages.WithDataResidencyBoundary

The stage of the Domain update allowing to specify dataResidencyBoundary.

Method Summary

Modifier and Type Method and Description
abstract Update withDataResidencyBoundary(DataResidencyBoundary dataResidencyBoundary)

Specifies the dataResidencyBoundary property: The data residency boundary for the domain..

Method Details

withDataResidencyBoundary

public abstract Domain.Update withDataResidencyBoundary(DataResidencyBoundary dataResidencyBoundary)

Specifies the dataResidencyBoundary property: The data residency boundary for the domain..

Parameters:

dataResidencyBoundary - The data residency boundary for the domain.

Returns:

the next definition stage.

Applies to