Interface ComputePlatform.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ComputePlatform.Builder,,- ComputePlatform> - SdkBuilder<ComputePlatform.Builder,,- ComputePlatform> - SdkPojo
- Enclosing class:
- ComputePlatform
@Mutable
@NotThreadSafe
public static interface ComputePlatform.Builder
extends SdkPojo, CopyableBuilder<ComputePlatform.Builder,ComputePlatform> 
- 
Method SummaryModifier and TypeMethodDescriptionThe compute platform product.The compute platform vendor.The compute platform version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
vendorThe compute platform vendor. - Parameters:
- vendor- The compute platform vendor.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
productThe compute platform product. - Parameters:
- product- The compute platform product.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
versionThe compute platform version. - Parameters:
- version- The compute platform version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-