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