CopyableBuilder<AttachStaticIpRequest.Builder,AttachStaticIpRequest>
, SdkBuilder<AttachStaticIpRequest.Builder,AttachStaticIpRequest>
public static interface AttachStaticIpRequest.Builder extends CopyableBuilder<AttachStaticIpRequest.Builder,AttachStaticIpRequest>
Modifier and Type | Method | Description |
---|---|---|
AttachStaticIpRequest.Builder |
instanceName(String instanceName) |
The instance name to which you want to attach the static IP address.
|
AttachStaticIpRequest.Builder |
staticIpName(String staticIpName) |
The name of the static IP.
|
copy
apply, build
AttachStaticIpRequest.Builder staticIpName(String staticIpName)
The name of the static IP.
staticIpName
- The name of the static IP.AttachStaticIpRequest.Builder instanceName(String instanceName)
The instance name to which you want to attach the static IP address.
instanceName
- The instance name to which you want to attach the static IP address.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.