Uses of Interface
software.amazon.awssdk.services.elasticinference.model.AcceleratorTypeOffering.Builder
-
Packages that use AcceleratorTypeOffering.Builder Package Description software.amazon.awssdk.services.elasticinference.model -
-
Uses of AcceleratorTypeOffering.Builder in software.amazon.awssdk.services.elasticinference.model
Methods in software.amazon.awssdk.services.elasticinference.model that return AcceleratorTypeOffering.Builder Modifier and Type Method Description AcceleratorTypeOffering.BuilderAcceleratorTypeOffering.Builder. acceleratorType(String acceleratorType)The name of the Elastic Inference Accelerator type.static AcceleratorTypeOffering.BuilderAcceleratorTypeOffering. builder()AcceleratorTypeOffering.BuilderAcceleratorTypeOffering.Builder. location(String location)The location for the offering.AcceleratorTypeOffering.BuilderAcceleratorTypeOffering.Builder. locationType(String locationType)The location type for the offering.AcceleratorTypeOffering.BuilderAcceleratorTypeOffering.Builder. locationType(LocationType locationType)The location type for the offering.AcceleratorTypeOffering.BuilderAcceleratorTypeOffering. toBuilder()Methods in software.amazon.awssdk.services.elasticinference.model that return types with arguments of type AcceleratorTypeOffering.Builder Modifier and Type Method Description static Class<? extends AcceleratorTypeOffering.Builder>AcceleratorTypeOffering. serializableBuilderClass()
-