Uses of Interface
software.amazon.awssdk.services.opsworks.model.ElasticIp.Builder
-
Packages that use ElasticIp.Builder Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of ElasticIp.Builder in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return ElasticIp.Builder Modifier and Type Method Description static ElasticIp.BuilderElasticIp. builder()ElasticIp.BuilderElasticIp.Builder. domain(String domain)The domain.ElasticIp.BuilderElasticIp.Builder. instanceId(String instanceId)The ID of the instance that the address is attached to.ElasticIp.BuilderElasticIp.Builder. ip(String ip)The IP address.ElasticIp.BuilderElasticIp.Builder. name(String name)The name.ElasticIp.BuilderElasticIp.Builder. region(String region)The AWS region.ElasticIp.BuilderElasticIp. toBuilder()Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type ElasticIp.Builder Modifier and Type Method Description static Class<? extends ElasticIp.Builder>ElasticIp. serializableBuilderClass()
-