Interface BillOfMaterialsImportJob.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BillOfMaterialsImportJob.Builder,BillOfMaterialsImportJob>,SdkBuilder<BillOfMaterialsImportJob.Builder,BillOfMaterialsImportJob>,SdkPojo
- Enclosing class:
- BillOfMaterialsImportJob
public static interface BillOfMaterialsImportJob.Builder extends SdkPojo, CopyableBuilder<BillOfMaterialsImportJob.Builder,BillOfMaterialsImportJob>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BillOfMaterialsImportJob.BuilderinstanceId(String instanceId)The BillOfMaterialsImportJob instanceId.BillOfMaterialsImportJob.BuilderjobId(String jobId)The BillOfMaterialsImportJob jobId.BillOfMaterialsImportJob.Buildermessage(String message)When the BillOfMaterialsImportJob has reached a terminal state, there will be a message.BillOfMaterialsImportJob.Builders3uri(String s3uri)The S3 URI from which the CSV is read.BillOfMaterialsImportJob.Builderstatus(String status)The BillOfMaterialsImportJob ConfigurationJobStatus.BillOfMaterialsImportJob.Builderstatus(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, sdkFields
-
-
-
-
Method Detail
-
instanceId
BillOfMaterialsImportJob.Builder instanceId(String 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
BillOfMaterialsImportJob.Builder jobId(String 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
BillOfMaterialsImportJob.Builder status(String 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:
ConfigurationJobStatus,ConfigurationJobStatus
-
status
BillOfMaterialsImportJob.Builder status(ConfigurationJobStatus 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:
ConfigurationJobStatus,ConfigurationJobStatus
-
s3uri
BillOfMaterialsImportJob.Builder s3uri(String 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
BillOfMaterialsImportJob.Builder message(String 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.
-
-