Interface GetImportedModelResponse.Builder

All Superinterfaces:
AwsResponse.Builder, BedrockResponse.Builder, Buildable, CopyableBuilder<GetImportedModelResponse.Builder,GetImportedModelResponse>, SdkBuilder<GetImportedModelResponse.Builder,GetImportedModelResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetImportedModelResponse

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

    • modelArn

      The Amazon Resource Name (ARN) associated with this imported model.

      Parameters:
      modelArn - The Amazon Resource Name (ARN) associated with this imported model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modelName

      The name of the imported model.

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

      Job name associated with the imported model.

      Parameters:
      jobName - Job name associated with the imported model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobArn

      Job Amazon Resource Name (ARN) associated with the imported model.

      Parameters:
      jobArn - Job Amazon Resource Name (ARN) associated with the imported model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modelDataSource

      GetImportedModelResponse.Builder modelDataSource(ModelDataSource modelDataSource)

      The data source for this imported model.

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

      default GetImportedModelResponse.Builder modelDataSource(Consumer<ModelDataSource.Builder> modelDataSource)

      The data source for this imported model.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to modelDataSource(ModelDataSource).

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

      GetImportedModelResponse.Builder creationTime(Instant creationTime)

      Creation time of the imported model.

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

      GetImportedModelResponse.Builder modelArchitecture(String modelArchitecture)

      The architecture of the imported model.

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

      GetImportedModelResponse.Builder modelKmsKeyArn(String modelKmsKeyArn)

      The imported model is encrypted at rest using this key.

      Parameters:
      modelKmsKeyArn - 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.