public static interface AllocateStaticIpRequest.Builder extends LightsailRequest.Builder, CopyableBuilder<AllocateStaticIpRequest.Builder,AllocateStaticIpRequest>
| Modifier and Type | Method and Description |
|---|---|
AllocateStaticIpRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AllocateStaticIpRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
AllocateStaticIpRequest.Builder |
staticIpName(String staticIpName)
The name of the static IP address.
|
buildrequestOverrideConfigcopyapply, buildAllocateStaticIpRequest.Builder staticIpName(String staticIpName)
The name of the static IP address.
staticIpName - The name of the static IP address.AllocateStaticIpRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.AllocateStaticIpRequest.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.