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 |
staticIpName(String staticIpName)
The name of the static IP address.
|
build
requestOverrideConfig, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.