Uses of Interface
software.amazon.awssdk.services.ec2.model.AddressAttribute.Builder
-
Packages that use AddressAttribute.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of AddressAttribute.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AddressAttribute.Builder Modifier and Type Method Description AddressAttribute.BuilderAddressAttribute.Builder. allocationId(String allocationId)[EC2-VPC] The allocation ID.static AddressAttribute.BuilderAddressAttribute. builder()AddressAttribute.BuilderAddressAttribute.Builder. ptrRecord(String ptrRecord)The pointer (PTR) record for the IP address.default AddressAttribute.BuilderAddressAttribute.Builder. ptrRecordUpdate(Consumer<PtrUpdateStatus.Builder> ptrRecordUpdate)The updated PTR record for the IP address.AddressAttribute.BuilderAddressAttribute.Builder. ptrRecordUpdate(PtrUpdateStatus ptrRecordUpdate)The updated PTR record for the IP address.AddressAttribute.BuilderAddressAttribute.Builder. publicIp(String publicIp)The public IP address.AddressAttribute.BuilderAddressAttribute. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AddressAttribute.Builder Modifier and Type Method Description static Class<? extends AddressAttribute.Builder>AddressAttribute. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AddressAttribute.Builder Modifier and Type Method Description default ModifyAddressAttributeResponse.BuilderModifyAddressAttributeResponse.Builder. address(Consumer<AddressAttribute.Builder> address)Information about the Elastic IP address.default ResetAddressAttributeResponse.BuilderResetAddressAttributeResponse.Builder. address(Consumer<AddressAttribute.Builder> address)Information about the IP address.
-