Interface HostPropertiesRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HostPropertiesRequest.Builder,
,HostPropertiesRequest> SdkBuilder<HostPropertiesRequest.Builder,
,HostPropertiesRequest> SdkPojo
- Enclosing class:
HostPropertiesRequest
@Mutable
@NotThreadSafe
public static interface HostPropertiesRequest.Builder
extends SdkPojo, CopyableBuilder<HostPropertiesRequest.Builder,HostPropertiesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe host name.default HostPropertiesRequest.Builder
ipAddresses
(Consumer<IpAddresses.Builder> ipAddresses) The IP address of the host.ipAddresses
(IpAddresses ipAddresses) The IP address of the host.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
ipAddresses
The IP address of the host.
- Parameters:
ipAddresses
- The IP address of the host.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddresses
The IP address of the host.
This is a convenience method that creates an instance of theIpAddresses.Builder
avoiding the need to create one manually viaIpAddresses.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toipAddresses(IpAddresses)
.- Parameters:
ipAddresses
- a consumer that will call methods onIpAddresses.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hostName
The host name.
- Parameters:
hostName
- The host name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-