Interface DescribeProjectResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeProjectResponse.Builder,,- DescribeProjectResponse> - SageMakerResponse.Builder,- SdkBuilder<DescribeProjectResponse.Builder,,- DescribeProjectResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeProjectResponse
- 
Method SummaryModifier and TypeMethodDescriptiondefault DescribeProjectResponse.BuildercreatedBy(Consumer<UserContext.Builder> createdBy) Sets the value of the CreatedBy property for this object.createdBy(UserContext createdBy) Sets the value of the CreatedBy property for this object.creationTime(Instant creationTime) The time when the project was created.default DescribeProjectResponse.BuilderlastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy) Sets the value of the LastModifiedBy property for this object.lastModifiedBy(UserContext lastModifiedBy) Sets the value of the LastModifiedBy property for this object.lastModifiedTime(Instant lastModifiedTime) The timestamp when project was last modified.projectArn(String projectArn) The Amazon Resource Name (ARN) of the project.projectDescription(String projectDescription) The description of the project.The ID of the project.projectName(String projectName) The name of the project.projectStatus(String projectStatus) The status of the project.projectStatus(ProjectStatus projectStatus) The status of the project.default DescribeProjectResponse.BuilderserviceCatalogProvisionedProductDetails(Consumer<ServiceCatalogProvisionedProductDetails.Builder> serviceCatalogProvisionedProductDetails) Information about a provisioned service catalog product.serviceCatalogProvisionedProductDetails(ServiceCatalogProvisionedProductDetails serviceCatalogProvisionedProductDetails) Information about a provisioned service catalog product.default DescribeProjectResponse.BuilderserviceCatalogProvisioningDetails(Consumer<ServiceCatalogProvisioningDetails.Builder> serviceCatalogProvisioningDetails) Information used to provision a service catalog product.serviceCatalogProvisioningDetails(ServiceCatalogProvisioningDetails serviceCatalogProvisioningDetails) Information used to provision a service catalog product.templateProviderDetails(Collection<TemplateProviderDetail> templateProviderDetails) An array of template providers associated with the project.templateProviderDetails(Consumer<TemplateProviderDetail.Builder>... templateProviderDetails) An array of template providers associated with the project.templateProviderDetails(TemplateProviderDetail... templateProviderDetails) An array of template providers associated with the project.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
projectArnThe Amazon Resource Name (ARN) of the project. - Parameters:
- projectArn- The Amazon Resource Name (ARN) of the project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
projectNameThe name of the project. - Parameters:
- projectName- The name of the project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
projectIdThe ID of the project. - Parameters:
- projectId- The ID of the project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
projectDescriptionThe description of the project. - Parameters:
- projectDescription- The description of the project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
serviceCatalogProvisioningDetailsDescribeProjectResponse.Builder serviceCatalogProvisioningDetails(ServiceCatalogProvisioningDetails serviceCatalogProvisioningDetails) Information used to provision a service catalog product. For information, see What is Amazon Web Services Service Catalog. - Parameters:
- serviceCatalogProvisioningDetails- Information used to provision a service catalog product. For information, see What is Amazon Web Services Service Catalog.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
serviceCatalogProvisioningDetailsdefault DescribeProjectResponse.Builder serviceCatalogProvisioningDetails(Consumer<ServiceCatalogProvisioningDetails.Builder> serviceCatalogProvisioningDetails) Information used to provision a service catalog product. For information, see What is Amazon Web Services Service Catalog. This is a convenience method that creates an instance of theServiceCatalogProvisioningDetails.Builderavoiding the need to create one manually viaServiceCatalogProvisioningDetails.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceCatalogProvisioningDetails(ServiceCatalogProvisioningDetails).- Parameters:
- serviceCatalogProvisioningDetails- a consumer that will call methods on- ServiceCatalogProvisioningDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
serviceCatalogProvisionedProductDetailsDescribeProjectResponse.Builder serviceCatalogProvisionedProductDetails(ServiceCatalogProvisionedProductDetails serviceCatalogProvisionedProductDetails) Information about a provisioned service catalog product. - Parameters:
- serviceCatalogProvisionedProductDetails- Information about a provisioned service catalog product.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
serviceCatalogProvisionedProductDetailsdefault DescribeProjectResponse.Builder serviceCatalogProvisionedProductDetails(Consumer<ServiceCatalogProvisionedProductDetails.Builder> serviceCatalogProvisionedProductDetails) Information about a provisioned service catalog product. This is a convenience method that creates an instance of theServiceCatalogProvisionedProductDetails.Builderavoiding the need to create one manually viaServiceCatalogProvisionedProductDetails.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceCatalogProvisionedProductDetails(ServiceCatalogProvisionedProductDetails).- Parameters:
- serviceCatalogProvisionedProductDetails- a consumer that will call methods on- ServiceCatalogProvisionedProductDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
projectStatusThe status of the project. - Parameters:
- projectStatus- The status of the project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
projectStatusThe status of the project. - Parameters:
- projectStatus- The status of the project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
templateProviderDetailsDescribeProjectResponse.Builder templateProviderDetails(Collection<TemplateProviderDetail> templateProviderDetails) An array of template providers associated with the project. - Parameters:
- templateProviderDetails- An array of template providers associated with the project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
templateProviderDetailsDescribeProjectResponse.Builder templateProviderDetails(TemplateProviderDetail... templateProviderDetails) An array of template providers associated with the project. - Parameters:
- templateProviderDetails- An array of template providers associated with the project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
templateProviderDetailsDescribeProjectResponse.Builder templateProviderDetails(Consumer<TemplateProviderDetail.Builder>... templateProviderDetails) An array of template providers associated with the project. This is a convenience method that creates an instance of theTemplateProviderDetail.Builderavoiding the need to create one manually viaTemplateProviderDetail.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totemplateProviderDetails(List<TemplateProviderDetail>).- Parameters:
- templateProviderDetails- a consumer that will call methods on- TemplateProviderDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
createdBySets the value of the CreatedBy property for this object.- Parameters:
- createdBy- The new value for the CreatedBy property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdBySets the value of the CreatedBy property for this object. This is a convenience method that creates an instance of theUserContext.Builderavoiding the need to create one manually viaUserContext.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocreatedBy(UserContext).- Parameters:
- createdBy- a consumer that will call methods on- UserContext.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
creationTimeThe time when the project was created. - Parameters:
- creationTime- The time when the project was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedTimeThe timestamp when project was last modified. - Parameters:
- lastModifiedTime- The timestamp when project was last modified.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedBySets the value of the LastModifiedBy property for this object.- Parameters:
- lastModifiedBy- The new value for the LastModifiedBy property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedBydefault DescribeProjectResponse.Builder lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy) Sets the value of the LastModifiedBy property for this object. This is a convenience method that creates an instance of theUserContext.Builderavoiding the need to create one manually viaUserContext.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolastModifiedBy(UserContext).- Parameters:
- lastModifiedBy- a consumer that will call methods on- UserContext.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-