Uses of Interface
software.amazon.awssdk.services.outposts.model.ComputeAttributes.Builder
Packages that use ComputeAttributes.Builder
-
Uses of ComputeAttributes.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return ComputeAttributes.BuilderModifier and TypeMethodDescriptionstatic ComputeAttributes.BuilderComputeAttributes.builder()The host ID of the Dedicated Host on the asset.ComputeAttributes.Builder.instanceFamilies(String... instanceFamilies) A list of the names of instance families that are currently associated with a given asset.ComputeAttributes.Builder.instanceFamilies(Collection<String> instanceFamilies) A list of the names of instance families that are currently associated with a given asset.ComputeAttributes.Builder.instanceTypeCapacities(Collection<AssetInstanceTypeCapacity> instanceTypeCapacities) The instance type capacities configured for this asset.ComputeAttributes.Builder.instanceTypeCapacities(Consumer<AssetInstanceTypeCapacity.Builder>... instanceTypeCapacities) The instance type capacities configured for this asset.ComputeAttributes.Builder.instanceTypeCapacities(AssetInstanceTypeCapacity... instanceTypeCapacities) The instance type capacities configured for this asset.The maximum number of vCPUs possible for the specified asset.The state.ComputeAttributes.Builder.state(ComputeAssetState state) The state.ComputeAttributes.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type ComputeAttributes.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ComputeAttributes.Builder>ComputeAttributes.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type ComputeAttributes.BuilderModifier and TypeMethodDescriptiondefault AssetInfo.BuilderAssetInfo.Builder.computeAttributes(Consumer<ComputeAttributes.Builder> computeAttributes) Information about compute hardware assets.