Interface SidewalkGetStartImportInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SidewalkGetStartImportInfo.Builder,SidewalkGetStartImportInfo>,SdkBuilder<SidewalkGetStartImportInfo.Builder,SidewalkGetStartImportInfo>,SdkPojo
- Enclosing class:
- SidewalkGetStartImportInfo
public static interface SidewalkGetStartImportInfo.Builder extends SdkPojo, CopyableBuilder<SidewalkGetStartImportInfo.Builder,SidewalkGetStartImportInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SidewalkGetStartImportInfo.BuilderdeviceCreationFileList(String... deviceCreationFileList)List of Sidewalk devices that are added to the import task.SidewalkGetStartImportInfo.BuilderdeviceCreationFileList(Collection<String> deviceCreationFileList)List of Sidewalk devices that are added to the import task.SidewalkGetStartImportInfo.Builderrole(String role)The IAM role that allows AWS IoT Wireless to access the CSV file in the S3 bucket.-
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
-
deviceCreationFileList
SidewalkGetStartImportInfo.Builder deviceCreationFileList(Collection<String> deviceCreationFileList)
List of Sidewalk devices that are added to the import task.
- Parameters:
deviceCreationFileList- List of Sidewalk devices that are added to the import task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceCreationFileList
SidewalkGetStartImportInfo.Builder deviceCreationFileList(String... deviceCreationFileList)
List of Sidewalk devices that are added to the import task.
- Parameters:
deviceCreationFileList- List of Sidewalk devices that are added to the import task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
role
SidewalkGetStartImportInfo.Builder role(String role)
The IAM role that allows AWS IoT Wireless to access the CSV file in the S3 bucket.
- Parameters:
role- The IAM role that allows AWS IoT Wireless to access the CSV file in the S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-