public static interface AttachStaticIpRequest.Builder extends LightsailRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AttachStaticIpRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AttachStaticIpRequest.Builder |
staticIpName(String staticIpName)
The name of the static IP.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AttachStaticIpRequest.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.