Interface BatchDescribeModelPackageSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchDescribeModelPackageSummary.Builder,
,BatchDescribeModelPackageSummary> SdkBuilder<BatchDescribeModelPackageSummary.Builder,
,BatchDescribeModelPackageSummary> SdkPojo
- Enclosing class:
BatchDescribeModelPackageSummary
public static interface BatchDescribeModelPackageSummary.Builder
extends SdkPojo, CopyableBuilder<BatchDescribeModelPackageSummary.Builder,BatchDescribeModelPackageSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The creation time of the mortgage package summary.inferenceSpecification
(Consumer<InferenceSpecification.Builder> inferenceSpecification) Sets the value of the InferenceSpecification property for this object.inferenceSpecification
(InferenceSpecification inferenceSpecification) Sets the value of the InferenceSpecification property for this object.modelApprovalStatus
(String modelApprovalStatus) The approval status of the model.modelApprovalStatus
(ModelApprovalStatus modelApprovalStatus) The approval status of the model.modelPackageArn
(String modelPackageArn) The Amazon Resource Name (ARN) of the model package.modelPackageDescription
(String modelPackageDescription) The description of the model package.modelPackageGroupName
(String modelPackageGroupName) The group name for the model packagemodelPackageStatus
(String modelPackageStatus) The status of the mortgage package.modelPackageStatus
(ModelPackageStatus modelPackageStatus) The status of the mortgage package.modelPackageVersion
(Integer modelPackageVersion) The version number of a versioned model.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 Details
-
modelPackageGroupName
The group name for the model package
- Parameters:
modelPackageGroupName
- The group name for the model package- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelPackageVersion
The version number of a versioned model.
- Parameters:
modelPackageVersion
- The version number of a versioned model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelPackageArn
The Amazon Resource Name (ARN) of the model package.
- Parameters:
modelPackageArn
- The Amazon Resource Name (ARN) of the model package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelPackageDescription
The description of the model package.
- Parameters:
modelPackageDescription
- The description of the model package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The creation time of the mortgage package summary.
- Parameters:
creationTime
- The creation time of the mortgage package summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inferenceSpecification
BatchDescribeModelPackageSummary.Builder inferenceSpecification(InferenceSpecification inferenceSpecification) Sets the value of the InferenceSpecification property for this object.- Parameters:
inferenceSpecification
- The new value for the InferenceSpecification property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inferenceSpecification
default BatchDescribeModelPackageSummary.Builder inferenceSpecification(Consumer<InferenceSpecification.Builder> inferenceSpecification) Sets the value of the InferenceSpecification property for this object. This is a convenience method that creates an instance of theInferenceSpecification.Builder
avoiding the need to create one manually viaInferenceSpecification.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinferenceSpecification(InferenceSpecification)
.- Parameters:
inferenceSpecification
- a consumer that will call methods onInferenceSpecification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modelPackageStatus
The status of the mortgage package.
- Parameters:
modelPackageStatus
- The status of the mortgage package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modelPackageStatus
The status of the mortgage package.
- Parameters:
modelPackageStatus
- The status of the mortgage package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modelApprovalStatus
The approval status of the model.
- Parameters:
modelApprovalStatus
- The approval status of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modelApprovalStatus
BatchDescribeModelPackageSummary.Builder modelApprovalStatus(ModelApprovalStatus modelApprovalStatus) The approval status of the model.
- Parameters:
modelApprovalStatus
- The approval status of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-