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