Interface SidewalkStartImportInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SidewalkStartImportInfo.Builder,SidewalkStartImportInfo>,SdkBuilder<SidewalkStartImportInfo.Builder,SidewalkStartImportInfo>,SdkPojo
- Enclosing class:
- SidewalkStartImportInfo
public static interface SidewalkStartImportInfo.Builder extends SdkPojo, CopyableBuilder<SidewalkStartImportInfo.Builder,SidewalkStartImportInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SidewalkStartImportInfo.BuilderdeviceCreationFile(String deviceCreationFile)The CSV file contained in an S3 bucket that's used for adding devices to an import task.SidewalkStartImportInfo.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
deviceCreationFile
SidewalkStartImportInfo.Builder deviceCreationFile(String deviceCreationFile)
The CSV file contained in an S3 bucket that's used for adding devices to an import task.
- Parameters:
deviceCreationFile- The CSV file contained in an S3 bucket that's used for adding devices to an import task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
role
SidewalkStartImportInfo.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.
-
-