public static interface CreateProjectResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<CreateProjectResponse.Builder,CreateProjectResponse>
Modifier and Type | Method and Description |
---|---|
CreateProjectResponse.Builder |
projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
|
CreateProjectResponse.Builder |
projectId(String projectId)
The ID of the new project.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateProjectResponse.Builder projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
projectArn
- The Amazon Resource Name (ARN) of the project.CreateProjectResponse.Builder projectId(String projectId)
The ID of the new project.
projectId
- The ID of the new project.Copyright © 2021. All rights reserved.