Interface AllocateStaticIpRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AllocateStaticIpRequest.Builder,AllocateStaticIpRequest>,LightsailRequest.Builder,SdkBuilder<AllocateStaticIpRequest.Builder,AllocateStaticIpRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AllocateStaticIpRequest
public static interface AllocateStaticIpRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<AllocateStaticIpRequest.Builder,AllocateStaticIpRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AllocateStaticIpRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AllocateStaticIpRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AllocateStaticIpRequest.BuilderstaticIpName(String staticIpName)The name of the static IP address.-
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
AllocateStaticIpRequest.Builder staticIpName(String staticIpName)
The name of the static IP address.
- Parameters:
staticIpName- The name of the static IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AllocateStaticIpRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AllocateStaticIpRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-