Interface ImportHubContentResponse.Builder

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

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

    • hubArn

      The ARN of the hub that the content was imported into.

      Parameters:
      hubArn - The ARN of the hub that the content was imported into.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hubContentArn

      ImportHubContentResponse.Builder hubContentArn(String hubContentArn)

      The ARN of the hub content that was imported.

      Parameters:
      hubContentArn - The ARN of the hub content that was imported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.