Interface Subnet.UpdateStages.WithServiceEndpoint
- All Known Subinterfaces:
Subnet.Update
- Enclosing interface:
Subnet.UpdateStages
public static interface Subnet.UpdateStages.WithServiceEndpoint
The stage of a subnet definition allowing to enable or disable access from a service endpoint to the subnet.
-
Method Summary
Modifier and TypeMethodDescriptionwithAccessFromService(ServiceEndpointType service) Specifies a service endpoint to enable access from.Specifies that existing access from a service endpoint should be removed.
-
Method Details
-
withAccessFromService
Specifies a service endpoint to enable access from.- Parameters:
service- the service type- Returns:
- the next stage of the definition
-
withoutAccessFromService
Specifies that existing access from a service endpoint should be removed.- Parameters:
service- the service type- Returns:
- the next stage of the definition
-