Interface SidewalkListDevice.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SidewalkListDevice.Builder,SidewalkListDevice>,SdkBuilder<SidewalkListDevice.Builder,SidewalkListDevice>,SdkPojo
- Enclosing class:
- SidewalkListDevice
public static interface SidewalkListDevice.Builder extends SdkPojo, CopyableBuilder<SidewalkListDevice.Builder,SidewalkListDevice>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SidewalkListDevice.BuilderamazonId(String amazonId)The Sidewalk Amazon ID.SidewalkListDevice.BuilderdeviceCertificates(Collection<CertificateList> deviceCertificates)The sidewalk device certificates for Ed25519 and P256r1.SidewalkListDevice.BuilderdeviceCertificates(Consumer<CertificateList.Builder>... deviceCertificates)The sidewalk device certificates for Ed25519 and P256r1.SidewalkListDevice.BuilderdeviceCertificates(CertificateList... deviceCertificates)The sidewalk device certificates for Ed25519 and P256r1.SidewalkListDevice.BuilderdeviceProfileId(String deviceProfileId)Sidewalk object used by list functions.SidewalkListDevice.BuildersidewalkId(String sidewalkId)The sidewalk device identification.SidewalkListDevice.BuildersidewalkManufacturingSn(String sidewalkManufacturingSn)The Sidewalk manufacturing series number.SidewalkListDevice.Builderstatus(String status)The status of the Sidewalk devices, such as provisioned or registered.SidewalkListDevice.Builderstatus(WirelessDeviceSidewalkStatus status)The status of the Sidewalk devices, such as provisioned or registered.-
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
-
amazonId
SidewalkListDevice.Builder amazonId(String amazonId)
The Sidewalk Amazon ID.
- Parameters:
amazonId- The Sidewalk Amazon ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sidewalkId
SidewalkListDevice.Builder sidewalkId(String sidewalkId)
The sidewalk device identification.
- Parameters:
sidewalkId- The sidewalk device identification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sidewalkManufacturingSn
SidewalkListDevice.Builder sidewalkManufacturingSn(String sidewalkManufacturingSn)
The Sidewalk manufacturing series number.
- Parameters:
sidewalkManufacturingSn- The Sidewalk manufacturing series number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceCertificates
SidewalkListDevice.Builder deviceCertificates(Collection<CertificateList> deviceCertificates)
The sidewalk device certificates for Ed25519 and P256r1.
- Parameters:
deviceCertificates- The sidewalk device certificates for Ed25519 and P256r1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceCertificates
SidewalkListDevice.Builder deviceCertificates(CertificateList... deviceCertificates)
The sidewalk device certificates for Ed25519 and P256r1.
- Parameters:
deviceCertificates- The sidewalk device certificates for Ed25519 and P256r1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceCertificates
SidewalkListDevice.Builder deviceCertificates(Consumer<CertificateList.Builder>... deviceCertificates)
The sidewalk device certificates for Ed25519 and P256r1.
This is a convenience method that creates an instance of theCertificateList.Builderavoiding the need to create one manually viaCertificateList.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#deviceCertificates(List.) - Parameters:
deviceCertificates- a consumer that will call methods onCertificateList.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#deviceCertificates(java.util.Collection)
-
deviceProfileId
SidewalkListDevice.Builder deviceProfileId(String deviceProfileId)
Sidewalk object used by list functions.
- Parameters:
deviceProfileId- Sidewalk object used by list functions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
SidewalkListDevice.Builder status(String status)
The status of the Sidewalk devices, such as provisioned or registered.
- Parameters:
status- The status of the Sidewalk devices, such as provisioned or registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WirelessDeviceSidewalkStatus,WirelessDeviceSidewalkStatus
-
status
SidewalkListDevice.Builder status(WirelessDeviceSidewalkStatus status)
The status of the Sidewalk devices, such as provisioned or registered.
- Parameters:
status- The status of the Sidewalk devices, such as provisioned or registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WirelessDeviceSidewalkStatus,WirelessDeviceSidewalkStatus
-
-