public static interface AllocateStaticIpRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<AllocateStaticIpRequest.Builder,AllocateStaticIpRequest>
| Modifier and Type | Method and Description |
|---|---|
AllocateStaticIpRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AllocateStaticIpRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AllocateStaticIpRequest.Builder |
staticIpName(String staticIpName)
The name of the static IP address.
|
buildoverrideConfigurationcopyapplyMutation, buildAllocateStaticIpRequest.Builder staticIpName(String staticIpName)
The name of the static IP address.
staticIpName - The name of the static IP address.AllocateStaticIpRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AllocateStaticIpRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.