Interface ProjectDescription.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ProjectDescription.Builder,ProjectDescription>, SdkBuilder<ProjectDescription.Builder,ProjectDescription>, SdkPojo
Enclosing class:
ProjectDescription

public static interface ProjectDescription.Builder extends SdkPojo, CopyableBuilder<ProjectDescription.Builder,ProjectDescription>
  • Method Details

    • projectArn

      ProjectDescription.Builder projectArn(String projectArn)

      The Amazon Resource Name (ARN) of the project.

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

      ProjectDescription.Builder creationTimestamp(Instant creationTimestamp)

      The Unix timestamp for the date and time that the project was created.

      Parameters:
      creationTimestamp - The Unix timestamp for the date and time that the project was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the project.

      Parameters:
      status - The current status of the project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the project.

      Parameters:
      status - The current status of the project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • datasets

      Information about the training and test datasets in the project.

      Parameters:
      datasets - Information about the training and test datasets in the project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datasets

      Information about the training and test datasets in the project.

      Parameters:
      datasets - Information about the training and test datasets in the project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datasets

      Information about the training and test datasets in the project.

      This is a convenience method that creates an instance of the DatasetMetadata.Builder avoiding the need to create one manually via DatasetMetadata.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to datasets(List<DatasetMetadata>).

      Parameters:
      datasets - a consumer that will call methods on DatasetMetadata.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • feature

      Specifies the project that is being customized.

      Parameters:
      feature - Specifies the project that is being customized.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • feature

      Specifies the project that is being customized.

      Parameters:
      feature - Specifies the project that is being customized.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • autoUpdate

      ProjectDescription.Builder autoUpdate(String autoUpdate)

      Indicates whether automatic retraining will be attempted for the versions of the project. Applies only to adapters.

      Parameters:
      autoUpdate - Indicates whether automatic retraining will be attempted for the versions of the project. Applies only to adapters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • autoUpdate

      Indicates whether automatic retraining will be attempted for the versions of the project. Applies only to adapters.

      Parameters:
      autoUpdate - Indicates whether automatic retraining will be attempted for the versions of the project. Applies only to adapters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: