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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description BatchDescribeModelPackageSummary.BuildercreationTime(Instant creationTime)The creation time of the mortgage package summary.default BatchDescribeModelPackageSummary.BuilderinferenceSpecification(Consumer<InferenceSpecification.Builder> inferenceSpecification)Sets the value of the InferenceSpecification property for this object.BatchDescribeModelPackageSummary.BuilderinferenceSpecification(InferenceSpecification inferenceSpecification)Sets the value of the InferenceSpecification property for this object.BatchDescribeModelPackageSummary.BuildermodelApprovalStatus(String modelApprovalStatus)The approval status of the model.BatchDescribeModelPackageSummary.BuildermodelApprovalStatus(ModelApprovalStatus modelApprovalStatus)The approval status of the model.BatchDescribeModelPackageSummary.BuildermodelPackageArn(String modelPackageArn)The Amazon Resource Name (ARN) of the model package.BatchDescribeModelPackageSummary.BuildermodelPackageDescription(String modelPackageDescription)The description of the model package.BatchDescribeModelPackageSummary.BuildermodelPackageGroupName(String modelPackageGroupName)The group name for the model packageBatchDescribeModelPackageSummary.BuildermodelPackageStatus(String modelPackageStatus)The status of the mortgage package.BatchDescribeModelPackageSummary.BuildermodelPackageStatus(ModelPackageStatus modelPackageStatus)The status of the mortgage package.BatchDescribeModelPackageSummary.BuildermodelPackageVersion(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 Detail
-
modelPackageGroupName
BatchDescribeModelPackageSummary.Builder modelPackageGroupName(String 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
BatchDescribeModelPackageSummary.Builder modelPackageVersion(Integer 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
BatchDescribeModelPackageSummary.Builder modelPackageArn(String 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
BatchDescribeModelPackageSummary.Builder modelPackageDescription(String 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
BatchDescribeModelPackageSummary.Builder creationTime(Instant 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.Builderavoiding the need to create one manually viaInferenceSpecification.builder().When the
Consumercompletes,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:
inferenceSpecification(InferenceSpecification)
-
modelPackageStatus
BatchDescribeModelPackageSummary.Builder modelPackageStatus(String 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,ModelPackageStatus
-
modelPackageStatus
BatchDescribeModelPackageSummary.Builder modelPackageStatus(ModelPackageStatus 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,ModelPackageStatus
-
modelApprovalStatus
BatchDescribeModelPackageSummary.Builder modelApprovalStatus(String 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,ModelApprovalStatus
-
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:
ModelApprovalStatus,ModelApprovalStatus
-
-