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.
|
build
requestOverrideConfig
copy
apply, build
AttachStaticIpRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.AttachStaticIpRequest.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.