Interface UpdateElasticIpRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateElasticIpRequest.Builder,UpdateElasticIpRequest>,OpsWorksRequest.Builder,SdkBuilder<UpdateElasticIpRequest.Builder,UpdateElasticIpRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateElasticIpRequest
public static interface UpdateElasticIpRequest.Builder extends OpsWorksRequest.Builder, SdkPojo, CopyableBuilder<UpdateElasticIpRequest.Builder,UpdateElasticIpRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateElasticIpRequest.BuilderelasticIp(String elasticIp)The IP address for which you want to update the name.UpdateElasticIpRequest.Buildername(String name)The new name, which can be a maximum of 32 characters.UpdateElasticIpRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateElasticIpRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.opsworks.model.OpsWorksRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
elasticIp
UpdateElasticIpRequest.Builder elasticIp(String elasticIp)
The IP address for which you want to update the name.
- Parameters:
elasticIp- The IP address for which you want to update the name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateElasticIpRequest.Builder name(String name)
The new name, which can be a maximum of 32 characters.
- Parameters:
name- The new name, which can be a maximum of 32 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateElasticIpRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateElasticIpRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-