public static interface DetachStaticIpRequest.Builder extends LightsailRequest.Builder, CopyableBuilder<DetachStaticIpRequest.Builder,DetachStaticIpRequest>
| Modifier and Type | Method and Description |
|---|---|
DetachStaticIpRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DetachStaticIpRequest.Builder |
staticIpName(String staticIpName)
The name of the static IP to detach from the instance.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDetachStaticIpRequest.Builder staticIpName(String staticIpName)
The name of the static IP to detach from the instance.
staticIpName - The name of the static IP to detach from the instance.DetachStaticIpRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.