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 thefromZoneId
attribute.
-
Method Details
-
fromZoneId
Initializes the value for thefromZoneId
attribute.- Parameters:
fromZoneId
- The value for fromZoneId- Returns:
this
builder for use in a chained invocation
-