Interface PciId.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PciId.Builder,
,PciId> SdkBuilder<PciId.Builder,
,PciId> SdkPojo
- Enclosing class:
PciId
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the device.subsystemId
(String subsystemId) The ID of the subsystem.subsystemVendorId
(String subsystemVendorId) The ID of the vendor for the subsystem.The ID of the vendor.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 Details
-
deviceId
The ID of the device.
- Parameters:
deviceId
- The ID of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vendorId
The ID of the vendor.
- Parameters:
vendorId
- The ID of the vendor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subsystemId
The ID of the subsystem.
- Parameters:
subsystemId
- The ID of the subsystem.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subsystemVendorId
The ID of the vendor for the subsystem.
- Parameters:
subsystemVendorId
- The ID of the vendor for the subsystem.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-