Uses of Interface
software.amazon.awssdk.services.panorama.model.StaticIpConnectionInfo.Builder
-
Packages that use StaticIpConnectionInfo.Builder Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of StaticIpConnectionInfo.Builder in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return StaticIpConnectionInfo.Builder Modifier and Type Method Description static StaticIpConnectionInfo.BuilderStaticIpConnectionInfo. builder()StaticIpConnectionInfo.BuilderStaticIpConnectionInfo.Builder. defaultGateway(String defaultGateway)The connection's default gateway.StaticIpConnectionInfo.BuilderStaticIpConnectionInfo.Builder. dns(String... dns)The connection's DNS address.StaticIpConnectionInfo.BuilderStaticIpConnectionInfo.Builder. dns(Collection<String> dns)The connection's DNS address.StaticIpConnectionInfo.BuilderStaticIpConnectionInfo.Builder. ipAddress(String ipAddress)The connection's IP address.StaticIpConnectionInfo.BuilderStaticIpConnectionInfo.Builder. mask(String mask)The connection's DNS mask.StaticIpConnectionInfo.BuilderStaticIpConnectionInfo. toBuilder()Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type StaticIpConnectionInfo.Builder Modifier and Type Method Description static Class<? extends StaticIpConnectionInfo.Builder>StaticIpConnectionInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.panorama.model with type arguments of type StaticIpConnectionInfo.Builder Modifier and Type Method Description default EthernetPayload.BuilderEthernetPayload.Builder. staticIpConnectionInfo(Consumer<StaticIpConnectionInfo.Builder> staticIpConnectionInfo)Network configuration for a static IP connection.
-