Interface DetachStaticIpRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DetachStaticIpRequest.Builder,DetachStaticIpRequest>,LightsailRequest.Builder,SdkBuilder<DetachStaticIpRequest.Builder,DetachStaticIpRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DetachStaticIpRequest
public static interface DetachStaticIpRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<DetachStaticIpRequest.Builder,DetachStaticIpRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetachStaticIpRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DetachStaticIpRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DetachStaticIpRequest.BuilderstaticIpName(String staticIpName)The name of the static IP to detach from the instance.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lightsail.model.LightsailRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
staticIpName
DetachStaticIpRequest.Builder staticIpName(String staticIpName)
The name of the static IP to detach from the instance.
- Parameters:
staticIpName- The name of the static IP to detach from the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DetachStaticIpRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DetachStaticIpRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-