public static interface ComputeAttributes.Builder extends SdkPojo, CopyableBuilder<ComputeAttributes.Builder,ComputeAttributes>
| Modifier and Type | Method and Description |
|---|---|
ComputeAttributes.Builder |
hostId(String hostId)
The host ID of the Dedicated Host on the 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 |
instanceFamilies(String... instanceFamilies)
A list of the names of instance families that are currently associated with a given asset.
|
ComputeAttributes.Builder |
state(ComputeAssetState state)
The state.
|
ComputeAttributes.Builder |
state(String state)
The state.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComputeAttributes.Builder hostId(String hostId)
The host ID of the Dedicated Host on the asset.
hostId - The host ID of the Dedicated Host on the asset.ComputeAttributes.Builder state(String state)
The state.
ACTIVE - The asset is available and can provide capacity for new compute resources.
ISOLATED - The asset is undergoing maintenance and can't provide capacity for new compute resources. Existing compute resources on the asset are not affected.
RETIRING - The underlying hardware for the asset is degraded. Capacity for new compute resources is reduced. Amazon Web Services sends notifications for resources that must be stopped before the asset can be replaced.
state - The state.
ACTIVE - The asset is available and can provide capacity for new compute resources.
ISOLATED - The asset is undergoing maintenance and can't provide capacity for new compute resources. Existing compute resources on the asset are not affected.
RETIRING - The underlying hardware for the asset is degraded. Capacity for new compute resources is reduced. Amazon Web Services sends notifications for resources that must be stopped before the asset can be replaced.
ComputeAssetState,
ComputeAssetStateComputeAttributes.Builder state(ComputeAssetState state)
The state.
ACTIVE - The asset is available and can provide capacity for new compute resources.
ISOLATED - The asset is undergoing maintenance and can't provide capacity for new compute resources. Existing compute resources on the asset are not affected.
RETIRING - The underlying hardware for the asset is degraded. Capacity for new compute resources is reduced. Amazon Web Services sends notifications for resources that must be stopped before the asset can be replaced.
state - The state.
ACTIVE - The asset is available and can provide capacity for new compute resources.
ISOLATED - The asset is undergoing maintenance and can't provide capacity for new compute resources. Existing compute resources on the asset are not affected.
RETIRING - The underlying hardware for the asset is degraded. Capacity for new compute resources is reduced. Amazon Web Services sends notifications for resources that must be stopped before the asset can be replaced.
ComputeAssetState,
ComputeAssetStateComputeAttributes.Builder instanceFamilies(Collection<String> instanceFamilies)
A list of the names of instance families that are currently associated with a given asset.
instanceFamilies - A list of the names of instance families that are currently associated with a given asset.ComputeAttributes.Builder instanceFamilies(String... instanceFamilies)
A list of the names of instance families that are currently associated with a given asset.
instanceFamilies - A list of the names of instance families that are currently associated with a given asset.Copyright © 2023. All rights reserved.