Interface ComputePlatform.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ComputePlatform.Builder,ComputePlatform>,SdkBuilder<ComputePlatform.Builder,ComputePlatform>,SdkPojo
- Enclosing class:
- ComputePlatform
public static interface ComputePlatform.Builder extends SdkPojo, CopyableBuilder<ComputePlatform.Builder,ComputePlatform>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComputePlatform.Builderproduct(String product)The compute platform product.ComputePlatform.Buildervendor(String vendor)The compute platform vendor.ComputePlatform.Builderversion(String version)The compute platform version.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
product
ComputePlatform.Builder product(String product)
The compute platform product.
- Parameters:
product- The compute platform product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vendor
ComputePlatform.Builder vendor(String vendor)
The compute platform vendor.
- Parameters:
vendor- The compute platform vendor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
ComputePlatform.Builder version(String version)
The compute platform version.
- Parameters:
version- The compute platform version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-