public static interface AcceleratorTypeOffering.Builder extends SdkPojo, CopyableBuilder<AcceleratorTypeOffering.Builder,AcceleratorTypeOffering>
| Modifier and Type | Method and Description |
|---|---|
AcceleratorTypeOffering.Builder |
acceleratorType(String acceleratorType)
The name of the Elastic Inference Accelerator type.
|
AcceleratorTypeOffering.Builder |
location(String location)
The location for the offering.
|
AcceleratorTypeOffering.Builder |
locationType(LocationType locationType)
The location type for the offering.
|
AcceleratorTypeOffering.Builder |
locationType(String locationType)
The location type for the offering.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAcceleratorTypeOffering.Builder acceleratorType(String acceleratorType)
The name of the Elastic Inference Accelerator type.
acceleratorType - The name of the Elastic Inference Accelerator type.AcceleratorTypeOffering.Builder locationType(String locationType)
The location type for the offering. It can assume the following values: region: defines that the offering is at the regional level. availability-zone: defines that the offering is at the availability zone level. availability-zone-id: defines that the offering is at the availability zone level, defined by the availability zone id.
locationType - The location type for the offering. It can assume the following values: region: defines that the
offering is at the regional level. availability-zone: defines that the offering is at the availability
zone level. availability-zone-id: defines that the offering is at the availability zone level, defined
by the availability zone id.LocationType,
LocationTypeAcceleratorTypeOffering.Builder locationType(LocationType locationType)
The location type for the offering. It can assume the following values: region: defines that the offering is at the regional level. availability-zone: defines that the offering is at the availability zone level. availability-zone-id: defines that the offering is at the availability zone level, defined by the availability zone id.
locationType - The location type for the offering. It can assume the following values: region: defines that the
offering is at the regional level. availability-zone: defines that the offering is at the availability
zone level. availability-zone-id: defines that the offering is at the availability zone level, defined
by the availability zone id.LocationType,
LocationTypeAcceleratorTypeOffering.Builder location(String location)
The location for the offering. It will return either the region, availability zone or availability zone id for the offering depending on the locationType value.
location - The location for the offering. It will return either the region, availability zone or availability
zone id for the offering depending on the locationType value.Copyright © 2020. All rights reserved.