Interface CollaborationTrainedModelExportJobSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CollaborationTrainedModelExportJobSummary.Builder,CollaborationTrainedModelExportJobSummary>,SdkBuilder<CollaborationTrainedModelExportJobSummary.Builder,CollaborationTrainedModelExportJobSummary>,SdkPojo
- Enclosing class:
- CollaborationTrainedModelExportJobSummary
public static interface CollaborationTrainedModelExportJobSummary.Builder extends SdkPojo, CopyableBuilder<CollaborationTrainedModelExportJobSummary.Builder,CollaborationTrainedModelExportJobSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CollaborationTrainedModelExportJobSummary.BuildercollaborationIdentifier(String collaborationIdentifier)The collaboration ID of the collaboration that contains the trained model export job.CollaborationTrainedModelExportJobSummary.BuildercreateTime(Instant createTime)The time at which the trained model export job was created.CollaborationTrainedModelExportJobSummary.BuildercreatorAccountId(String creatorAccountId)The account ID of the member that created the trained model.CollaborationTrainedModelExportJobSummary.Builderdescription(String description)The description of the trained model.CollaborationTrainedModelExportJobSummary.BuildermembershipIdentifier(String membershipIdentifier)The membership ID of the member that created the trained model export job.CollaborationTrainedModelExportJobSummary.Buildername(String name)The name of the trained model export job.default CollaborationTrainedModelExportJobSummary.BuilderoutputConfiguration(Consumer<TrainedModelExportOutputConfiguration.Builder> outputConfiguration)Sets the value of the OutputConfiguration property for this object.CollaborationTrainedModelExportJobSummary.BuilderoutputConfiguration(TrainedModelExportOutputConfiguration outputConfiguration)Sets the value of the OutputConfiguration property for this object.CollaborationTrainedModelExportJobSummary.Builderstatus(String status)The status of the trained model.CollaborationTrainedModelExportJobSummary.Builderstatus(TrainedModelExportJobStatus status)The status of the trained model.default CollaborationTrainedModelExportJobSummary.BuilderstatusDetails(Consumer<StatusDetails.Builder> statusDetails)Sets the value of the StatusDetails property for this object.CollaborationTrainedModelExportJobSummary.BuilderstatusDetails(StatusDetails statusDetails)Sets the value of the StatusDetails property for this object.CollaborationTrainedModelExportJobSummary.BuildertrainedModelArn(String trainedModelArn)The Amazon Resource Name (ARN) of the trained model that is being exported.CollaborationTrainedModelExportJobSummary.BuilderupdateTime(Instant updateTime)The most recent time at which the trained model export job was updated.-
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 Detail
-
createTime
CollaborationTrainedModelExportJobSummary.Builder createTime(Instant createTime)
The time at which the trained model export job was created.
- Parameters:
createTime- The time at which the trained model export job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
CollaborationTrainedModelExportJobSummary.Builder updateTime(Instant updateTime)
The most recent time at which the trained model export job was updated.
- Parameters:
updateTime- The most recent time at which the trained model export job was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CollaborationTrainedModelExportJobSummary.Builder name(String name)
The name of the trained model export job.
- Parameters:
name- The name of the trained model export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputConfiguration
CollaborationTrainedModelExportJobSummary.Builder outputConfiguration(TrainedModelExportOutputConfiguration outputConfiguration)
Sets the value of the OutputConfiguration property for this object.- Parameters:
outputConfiguration- The new value for the OutputConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputConfiguration
default CollaborationTrainedModelExportJobSummary.Builder outputConfiguration(Consumer<TrainedModelExportOutputConfiguration.Builder> outputConfiguration)
Sets the value of the OutputConfiguration property for this object. This is a convenience method that creates an instance of theTrainedModelExportOutputConfiguration.Builderavoiding the need to create one manually viaTrainedModelExportOutputConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputConfiguration(TrainedModelExportOutputConfiguration).- Parameters:
outputConfiguration- a consumer that will call methods onTrainedModelExportOutputConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
outputConfiguration(TrainedModelExportOutputConfiguration)
-
status
CollaborationTrainedModelExportJobSummary.Builder status(String status)
The status of the trained model.
- Parameters:
status- The status of the trained model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TrainedModelExportJobStatus,TrainedModelExportJobStatus
-
status
CollaborationTrainedModelExportJobSummary.Builder status(TrainedModelExportJobStatus status)
The status of the trained model.
- Parameters:
status- The status of the trained model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TrainedModelExportJobStatus,TrainedModelExportJobStatus
-
statusDetails
CollaborationTrainedModelExportJobSummary.Builder statusDetails(StatusDetails statusDetails)
Sets the value of the StatusDetails property for this object.- Parameters:
statusDetails- The new value for the StatusDetails property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusDetails
default CollaborationTrainedModelExportJobSummary.Builder statusDetails(Consumer<StatusDetails.Builder> statusDetails)
Sets the value of the StatusDetails property for this object. This is a convenience method that creates an instance of theStatusDetails.Builderavoiding the need to create one manually viaStatusDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatusDetails(StatusDetails).- Parameters:
statusDetails- a consumer that will call methods onStatusDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
statusDetails(StatusDetails)
-
description
CollaborationTrainedModelExportJobSummary.Builder description(String description)
The description of the trained model.
- Parameters:
description- The description of the trained model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creatorAccountId
CollaborationTrainedModelExportJobSummary.Builder creatorAccountId(String creatorAccountId)
The account ID of the member that created the trained model.
- Parameters:
creatorAccountId- The account ID of the member that created the trained model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trainedModelArn
CollaborationTrainedModelExportJobSummary.Builder trainedModelArn(String trainedModelArn)
The Amazon Resource Name (ARN) of the trained model that is being exported.
- Parameters:
trainedModelArn- The Amazon Resource Name (ARN) of the trained model that is being exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipIdentifier
CollaborationTrainedModelExportJobSummary.Builder membershipIdentifier(String membershipIdentifier)
The membership ID of the member that created the trained model export job.
- Parameters:
membershipIdentifier- The membership ID of the member that created the trained model export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationIdentifier
CollaborationTrainedModelExportJobSummary.Builder collaborationIdentifier(String collaborationIdentifier)
The collaboration ID of the collaboration that contains the trained model export job.
- Parameters:
collaborationIdentifier- The collaboration ID of the collaboration that contains the trained model export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-