Interface ZoneConnection.FromZoneIdBuildStage
- All Known Implementing Classes:
ZoneConnection.Builder
- Enclosing class:
- ZoneConnection
public static interface ZoneConnection.FromZoneIdBuildStage
-
Method Summary
Modifier and TypeMethodDescriptionfromZoneId(String fromZoneId) Initializes the value for thefromZoneIdattribute.
-
Method Details
-
fromZoneId
Initializes the value for thefromZoneIdattribute.- Parameters:
fromZoneId- The value for fromZoneId- Returns:
thisbuilder for use in a chained invocation
-