Interface GetModelImportJobResponse.Builder

    • Method Detail

      • jobArn

        GetModelImportJobResponse.Builder jobArn​(String jobArn)

        The Amazon Resource Name (ARN) of the import job.

        Parameters:
        jobArn - The Amazon Resource Name (ARN) of the import job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobName

        GetModelImportJobResponse.Builder jobName​(String jobName)

        The name of the import job.

        Parameters:
        jobName - The name of the import job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • importedModelName

        GetModelImportJobResponse.Builder importedModelName​(String importedModelName)

        The name of the imported model.

        Parameters:
        importedModelName - The name of the imported model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • importedModelArn

        GetModelImportJobResponse.Builder importedModelArn​(String importedModelArn)

        The Amazon Resource Name (ARN) of the imported model.

        Parameters:
        importedModelArn - The Amazon Resource Name (ARN) of the imported model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        GetModelImportJobResponse.Builder roleArn​(String roleArn)

        The Amazon Resource Name (ARN) of the IAM role associated with this job.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the IAM role associated with this job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelDataSource

        GetModelImportJobResponse.Builder modelDataSource​(ModelDataSource modelDataSource)

        The data source for the imported model.

        Parameters:
        modelDataSource - The data source for the imported model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        GetModelImportJobResponse.Builder status​(String status)

        The status of the job. A successful job transitions from in-progress to completed when the imported model is ready to use. If the job failed, the failure message contains information about why the job failed.

        Parameters:
        status - The status of the job. A successful job transitions from in-progress to completed when the imported model is ready to use. If the job failed, the failure message contains information about why the job failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ModelImportJobStatus, ModelImportJobStatus
      • status

        GetModelImportJobResponse.Builder status​(ModelImportJobStatus status)

        The status of the job. A successful job transitions from in-progress to completed when the imported model is ready to use. If the job failed, the failure message contains information about why the job failed.

        Parameters:
        status - The status of the job. A successful job transitions from in-progress to completed when the imported model is ready to use. If the job failed, the failure message contains information about why the job failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ModelImportJobStatus, ModelImportJobStatus
      • failureMessage

        GetModelImportJobResponse.Builder failureMessage​(String failureMessage)

        Information about why the import job failed.

        Parameters:
        failureMessage - Information about why the import job failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        GetModelImportJobResponse.Builder creationTime​(Instant creationTime)

        The time the resource was created.

        Parameters:
        creationTime - The time the resource was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        GetModelImportJobResponse.Builder lastModifiedTime​(Instant lastModifiedTime)

        Time the resource was last modified.

        Parameters:
        lastModifiedTime - Time the resource was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        GetModelImportJobResponse.Builder endTime​(Instant endTime)

        Time that the resource transitioned to terminal state.

        Parameters:
        endTime - Time that the resource transitioned to terminal state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcConfig

        GetModelImportJobResponse.Builder vpcConfig​(VpcConfig vpcConfig)

        The Virtual Private Cloud (VPC) configuration of the import model job.

        Parameters:
        vpcConfig - The Virtual Private Cloud (VPC) configuration of the import model job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • importedModelKmsKeyArn

        GetModelImportJobResponse.Builder importedModelKmsKeyArn​(String importedModelKmsKeyArn)

        The imported model is encrypted at rest using this key.

        Parameters:
        importedModelKmsKeyArn - The imported model is encrypted at rest using this key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.