Uses of Interface
software.amazon.awssdk.services.drs.model.SourceNetworkData.Builder
-
Packages that use SourceNetworkData.Builder Package Description software.amazon.awssdk.services.drs.model -
-
Uses of SourceNetworkData.Builder in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return SourceNetworkData.Builder Modifier and Type Method Description static SourceNetworkData.BuilderSourceNetworkData. builder()SourceNetworkData.BuilderSourceNetworkData.Builder. sourceNetworkID(String sourceNetworkID)Source Network ID.SourceNetworkData.BuilderSourceNetworkData.Builder. sourceVpc(String sourceVpc)VPC ID protected by the Source Network.SourceNetworkData.BuilderSourceNetworkData.Builder. stackName(String stackName)CloudFormation stack name that was deployed for recovering the Source Network.SourceNetworkData.BuilderSourceNetworkData.Builder. targetVpc(String targetVpc)ID of the recovered VPC following Source Network recovery.SourceNetworkData.BuilderSourceNetworkData. toBuilder()Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type SourceNetworkData.Builder Modifier and Type Method Description static Class<? extends SourceNetworkData.Builder>SourceNetworkData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.drs.model with type arguments of type SourceNetworkData.Builder Modifier and Type Method Description static EventResourceDataEventResourceData. fromSourceNetworkData(Consumer<SourceNetworkData.Builder> sourceNetworkData)Create an instance of this class withEventResourceData.sourceNetworkData()initialized to the given value.default EventResourceData.BuilderEventResourceData.Builder. sourceNetworkData(Consumer<SourceNetworkData.Builder> sourceNetworkData)Source Network properties.
-