Interface BillOfMaterialsImportJob.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BillOfMaterialsImportJob.Builder,
,BillOfMaterialsImportJob> SdkBuilder<BillOfMaterialsImportJob.Builder,
,BillOfMaterialsImportJob> SdkPojo
- Enclosing class:
BillOfMaterialsImportJob
@Mutable
@NotThreadSafe
public static interface BillOfMaterialsImportJob.Builder
extends SdkPojo, CopyableBuilder<BillOfMaterialsImportJob.Builder,BillOfMaterialsImportJob>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceId
(String instanceId) The BillOfMaterialsImportJob instanceId.The BillOfMaterialsImportJob jobId.When the BillOfMaterialsImportJob has reached a terminal state, there will be a message.The S3 URI from which the CSV is read.The BillOfMaterialsImportJob ConfigurationJobStatus.status
(ConfigurationJobStatus status) The BillOfMaterialsImportJob ConfigurationJobStatus.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 Details
-
instanceId
The BillOfMaterialsImportJob instanceId.
- Parameters:
instanceId
- The BillOfMaterialsImportJob instanceId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
The BillOfMaterialsImportJob jobId.
- Parameters:
jobId
- The BillOfMaterialsImportJob jobId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The BillOfMaterialsImportJob ConfigurationJobStatus.
- Parameters:
status
- The BillOfMaterialsImportJob ConfigurationJobStatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The BillOfMaterialsImportJob ConfigurationJobStatus.
- Parameters:
status
- The BillOfMaterialsImportJob ConfigurationJobStatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
s3uri
The S3 URI from which the CSV is read.
- Parameters:
s3uri
- The S3 URI from which the CSV is read.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
When the BillOfMaterialsImportJob has reached a terminal state, there will be a message.
- Parameters:
message
- When the BillOfMaterialsImportJob has reached a terminal state, there will be a message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-