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.
|
build
requestOverrideConfig
copy
apply, build
AllocateStaticIpRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.AllocateStaticIpRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.