Interface DeviceProxy.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DeviceProxy.Builder,,DeviceProxy> SdkBuilder<DeviceProxy.Builder,,DeviceProxy> SdkPojo
- Enclosing class:
DeviceProxy
public static interface DeviceProxy.Builder
extends SdkPojo, CopyableBuilder<DeviceProxy.Builder,DeviceProxy>
-
Method Summary
Modifier and TypeMethodDescriptionHostname or IPv4 address of the proxy.The port number on which the http/s proxy is listening.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
host
Hostname or IPv4 address of the proxy.
- Parameters:
host- Hostname or IPv4 address of the proxy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
port
The port number on which the http/s proxy is listening.
- Parameters:
port- The port number on which the http/s proxy is listening.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-