public static interface ReleaseStaticIpRequest.Builder extends LightsailRequest.Builder, CopyableBuilder<ReleaseStaticIpRequest.Builder,ReleaseStaticIpRequest>
Modifier and Type | Method and Description |
---|---|
ReleaseStaticIpRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ReleaseStaticIpRequest.Builder |
staticIpName(String staticIpName)
The name of the static IP to delete.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
ReleaseStaticIpRequest.Builder staticIpName(String staticIpName)
The name of the static IP to delete.
staticIpName
- The name of the static IP to delete.ReleaseStaticIpRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.