public static interface DescribeProjectResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeProjectResponse.Builder |
createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
DescribeProjectResponse.Builder |
createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.
|
DescribeProjectResponse.Builder |
creationTime(Instant creationTime)
The time when the project was created.
|
DescribeProjectResponse.Builder |
projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
|
DescribeProjectResponse.Builder |
projectDescription(String projectDescription)
The description of the project.
|
DescribeProjectResponse.Builder |
projectId(String projectId)
The ID of the project.
|
DescribeProjectResponse.Builder |
projectName(String projectName)
The name of the project.
|
DescribeProjectResponse.Builder |
projectStatus(ProjectStatus projectStatus)
The status of the project.
|
DescribeProjectResponse.Builder |
projectStatus(String projectStatus)
The status of the project.
|
default DescribeProjectResponse.Builder |
serviceCatalogProvisionedProductDetails(Consumer<ServiceCatalogProvisionedProductDetails.Builder> serviceCatalogProvisionedProductDetails)
Information about a provisioned service catalog product.
|
DescribeProjectResponse.Builder |
serviceCatalogProvisionedProductDetails(ServiceCatalogProvisionedProductDetails serviceCatalogProvisionedProductDetails)
Information about a provisioned service catalog product.
|
default DescribeProjectResponse.Builder |
serviceCatalogProvisioningDetails(Consumer<ServiceCatalogProvisioningDetails.Builder> serviceCatalogProvisioningDetails)
Information used to provision a service catalog product.
|
DescribeProjectResponse.Builder |
serviceCatalogProvisioningDetails(ServiceCatalogProvisioningDetails serviceCatalogProvisioningDetails)
Information used to provision a service catalog product.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeProjectResponse.Builder projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
projectArn - The Amazon Resource Name (ARN) of the project.DescribeProjectResponse.Builder projectName(String projectName)
The name of the project.
projectName - The name of the project.DescribeProjectResponse.Builder projectId(String projectId)
The ID of the project.
projectId - The ID of the project.DescribeProjectResponse.Builder projectDescription(String projectDescription)
The description of the project.
projectDescription - The description of the project.DescribeProjectResponse.Builder serviceCatalogProvisioningDetails(ServiceCatalogProvisioningDetails serviceCatalogProvisioningDetails)
Information used to provision a service catalog product. For information, see What is AWS Service Catalog.
serviceCatalogProvisioningDetails - Information used to provision a service catalog product. For information, see What is AWS
Service Catalog.default DescribeProjectResponse.Builder serviceCatalogProvisioningDetails(Consumer<ServiceCatalogProvisioningDetails.Builder> serviceCatalogProvisioningDetails)
Information used to provision a service catalog product. For information, see What is AWS Service Catalog.
This is a convenience that creates an instance of theServiceCatalogProvisioningDetails.Builder
avoiding the need to create one manually via ServiceCatalogProvisioningDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
serviceCatalogProvisioningDetails(ServiceCatalogProvisioningDetails).serviceCatalogProvisioningDetails - a consumer that will call methods on ServiceCatalogProvisioningDetails.BuilderserviceCatalogProvisioningDetails(ServiceCatalogProvisioningDetails)DescribeProjectResponse.Builder serviceCatalogProvisionedProductDetails(ServiceCatalogProvisionedProductDetails serviceCatalogProvisionedProductDetails)
Information about a provisioned service catalog product.
serviceCatalogProvisionedProductDetails - Information about a provisioned service catalog product.default DescribeProjectResponse.Builder serviceCatalogProvisionedProductDetails(Consumer<ServiceCatalogProvisionedProductDetails.Builder> serviceCatalogProvisionedProductDetails)
Information about a provisioned service catalog product.
This is a convenience that creates an instance of theServiceCatalogProvisionedProductDetails.Builder
avoiding the need to create one manually via ServiceCatalogProvisionedProductDetails.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
serviceCatalogProvisionedProductDetails(ServiceCatalogProvisionedProductDetails).serviceCatalogProvisionedProductDetails - a consumer that will call methods on ServiceCatalogProvisionedProductDetails.BuilderserviceCatalogProvisionedProductDetails(ServiceCatalogProvisionedProductDetails)DescribeProjectResponse.Builder projectStatus(String projectStatus)
The status of the project.
projectStatus - The status of the project.ProjectStatus,
ProjectStatusDescribeProjectResponse.Builder projectStatus(ProjectStatus projectStatus)
The status of the project.
projectStatus - The status of the project.ProjectStatus,
ProjectStatusDescribeProjectResponse.Builder createdBy(UserContext createdBy)
createdBy - The new value for the CreatedBy property for this object.default DescribeProjectResponse.Builder createdBy(Consumer<UserContext.Builder> createdBy)
UserContext.Builder avoiding the need to create
one manually via UserContext.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to createdBy(UserContext).createdBy - a consumer that will call methods on UserContext.BuildercreatedBy(UserContext)DescribeProjectResponse.Builder creationTime(Instant creationTime)
The time when the project was created.
creationTime - The time when the project was created.Copyright © 2021. All rights reserved.