Interface GetBillOfMaterialsImportJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetBillOfMaterialsImportJobResponse.Builder,GetBillOfMaterialsImportJobResponse>,SdkBuilder<GetBillOfMaterialsImportJobResponse.Builder,GetBillOfMaterialsImportJobResponse>,SdkPojo,SdkResponse.Builder,SupplyChainResponse.Builder
- Enclosing class:
- GetBillOfMaterialsImportJobResponse
public static interface GetBillOfMaterialsImportJobResponse.Builder extends SupplyChainResponse.Builder, SdkPojo, CopyableBuilder<GetBillOfMaterialsImportJobResponse.Builder,GetBillOfMaterialsImportJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetBillOfMaterialsImportJobResponse.Builderjob(Consumer<BillOfMaterialsImportJob.Builder> job)The BillOfMaterialsImportJob.GetBillOfMaterialsImportJobResponse.Builderjob(BillOfMaterialsImportJob job)The BillOfMaterialsImportJob.-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.supplychain.model.SupplyChainResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
job
GetBillOfMaterialsImportJobResponse.Builder job(BillOfMaterialsImportJob job)
The BillOfMaterialsImportJob.
- Parameters:
job- The BillOfMaterialsImportJob.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
job
default GetBillOfMaterialsImportJobResponse.Builder job(Consumer<BillOfMaterialsImportJob.Builder> job)
The BillOfMaterialsImportJob.
This is a convenience method that creates an instance of theBillOfMaterialsImportJob.Builderavoiding the need to create one manually viaBillOfMaterialsImportJob.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojob(BillOfMaterialsImportJob).- Parameters:
job- a consumer that will call methods onBillOfMaterialsImportJob.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
job(BillOfMaterialsImportJob)
-
-