Interface ClaimDevicesByClaimCodeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ClaimDevicesByClaimCodeResponse.Builder,ClaimDevicesByClaimCodeResponse>,Iot1ClickDevicesResponse.Builder,SdkBuilder<ClaimDevicesByClaimCodeResponse.Builder,ClaimDevicesByClaimCodeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ClaimDevicesByClaimCodeResponse
public static interface ClaimDevicesByClaimCodeResponse.Builder extends Iot1ClickDevicesResponse.Builder, SdkPojo, CopyableBuilder<ClaimDevicesByClaimCodeResponse.Builder,ClaimDevicesByClaimCodeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClaimDevicesByClaimCodeResponse.BuilderclaimCode(String claimCode)The claim code provided by the device manufacturer.ClaimDevicesByClaimCodeResponse.Buildertotal(Integer total)The total number of devices associated with the claim code that has been processed in the claim request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot1clickdevices.model.Iot1ClickDevicesResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
claimCode
ClaimDevicesByClaimCodeResponse.Builder claimCode(String claimCode)
The claim code provided by the device manufacturer.
- Parameters:
claimCode- The claim code provided by the device manufacturer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
total
ClaimDevicesByClaimCodeResponse.Builder total(Integer total)
The total number of devices associated with the claim code that has been processed in the claim request.
- Parameters:
total- The total number of devices associated with the claim code that has been processed in the claim request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-