Interface FlywheelProperties.Builder

    • Method Detail

      • flywheelArn

        FlywheelProperties.Builder flywheelArn​(String flywheelArn)

        The Amazon Resource Number (ARN) of the flywheel.

        Parameters:
        flywheelArn - The Amazon Resource Number (ARN) of the flywheel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • activeModelArn

        FlywheelProperties.Builder activeModelArn​(String activeModelArn)

        The Amazon Resource Number (ARN) of the active model version.

        Parameters:
        activeModelArn - The Amazon Resource Number (ARN) of the active model version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataAccessRoleArn

        FlywheelProperties.Builder dataAccessRoleArn​(String dataAccessRoleArn)

        The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.

        Parameters:
        dataAccessRoleArn - The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taskConfig

        FlywheelProperties.Builder taskConfig​(TaskConfig taskConfig)

        Configuration about the model associated with a flywheel.

        Parameters:
        taskConfig - Configuration about the model associated with a flywheel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataLakeS3Uri

        FlywheelProperties.Builder dataLakeS3Uri​(String dataLakeS3Uri)

        Amazon S3 URI of the data lake location.

        Parameters:
        dataLakeS3Uri - Amazon S3 URI of the data lake location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSecurityConfig

        FlywheelProperties.Builder dataSecurityConfig​(DataSecurityConfig dataSecurityConfig)

        Data security configuration.

        Parameters:
        dataSecurityConfig - Data security configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelType

        FlywheelProperties.Builder modelType​(String modelType)

        Model type of the flywheel's model.

        Parameters:
        modelType - Model type of the flywheel's model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ModelType, ModelType
      • modelType

        FlywheelProperties.Builder modelType​(ModelType modelType)

        Model type of the flywheel's model.

        Parameters:
        modelType - Model type of the flywheel's model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ModelType, ModelType
      • message

        FlywheelProperties.Builder message​(String message)

        A description of the status of the flywheel.

        Parameters:
        message - A description of the status of the flywheel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        FlywheelProperties.Builder creationTime​(Instant creationTime)

        Creation time of the flywheel.

        Parameters:
        creationTime - Creation time of the flywheel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        FlywheelProperties.Builder lastModifiedTime​(Instant lastModifiedTime)

        Last modified time for the flywheel.

        Parameters:
        lastModifiedTime - Last modified time for the flywheel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latestFlywheelIteration

        FlywheelProperties.Builder latestFlywheelIteration​(String latestFlywheelIteration)

        The most recent flywheel iteration.

        Parameters:
        latestFlywheelIteration - The most recent flywheel iteration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.