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 |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DetachStaticIpRequest.Builder |
staticIpName(String staticIpName)
The name of the static IP to detach from the instance.
|
buildrequestOverrideConfigcopyapply, 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.DetachStaticIpRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.