public static interface CreateProjectRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateProjectRequest.Builder |
projectDescription(String projectDescription)
A description for the project.
|
CreateProjectRequest.Builder |
projectName(String projectName)
The name of the project.
|
default CreateProjectRequest.Builder |
serviceCatalogProvisioningDetails(Consumer<ServiceCatalogProvisioningDetails.Builder> serviceCatalogProvisioningDetails)
The product ID and provisioning artifact ID to provision a service catalog.
|
CreateProjectRequest.Builder |
serviceCatalogProvisioningDetails(ServiceCatalogProvisioningDetails serviceCatalogProvisioningDetails)
The product ID and provisioning artifact ID to provision a service catalog.
|
CreateProjectRequest.Builder |
tags(Collection<Tag> tags)
An array of key-value pairs that you want to use to organize and track your Amazon Web Services resource
costs.
|
CreateProjectRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
An array of key-value pairs that you want to use to organize and track your Amazon Web Services resource
costs.
|
CreateProjectRequest.Builder |
tags(Tag... tags)
An array of key-value pairs that you want to use to organize and track your Amazon Web Services resource
costs.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateProjectRequest.Builder projectName(String projectName)
The name of the project.
projectName - The name of the project.CreateProjectRequest.Builder projectDescription(String projectDescription)
A description for the project.
projectDescription - A description for the project.CreateProjectRequest.Builder serviceCatalogProvisioningDetails(ServiceCatalogProvisioningDetails serviceCatalogProvisioningDetails)
The product ID and provisioning artifact ID to provision a service catalog. The provisioning artifact ID will default to the latest provisioning artifact ID of the product, if you don't provide the provisioning artifact ID. For more information, see What is Amazon Web Services Service Catalog.
serviceCatalogProvisioningDetails - The product ID and provisioning artifact ID to provision a service catalog. The provisioning artifact
ID will default to the latest provisioning artifact ID of the product, if you don't provide the
provisioning artifact ID. For more information, see What is Amazon
Web Services Service Catalog.default CreateProjectRequest.Builder serviceCatalogProvisioningDetails(Consumer<ServiceCatalogProvisioningDetails.Builder> serviceCatalogProvisioningDetails)
The product ID and provisioning artifact ID to provision a service catalog. The provisioning artifact ID will default to the latest provisioning artifact ID of the product, if you don't provide the provisioning artifact ID. For more information, see What is Amazon Web Services Service Catalog.
This is a convenience method 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)CreateProjectRequest.Builder tags(Collection<Tag> tags)
An array of key-value pairs that you want to use to organize and track your Amazon Web Services resource costs. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
tags - An array of key-value pairs that you want to use to organize and track your Amazon Web Services
resource costs. For more information, see Tagging Amazon Web Services
resources in the Amazon Web Services General Reference Guide.CreateProjectRequest.Builder tags(Tag... tags)
An array of key-value pairs that you want to use to organize and track your Amazon Web Services resource costs. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
tags - An array of key-value pairs that you want to use to organize and track your Amazon Web Services
resource costs. For more information, see Tagging Amazon Web Services
resources in the Amazon Web Services General Reference Guide.CreateProjectRequest.Builder tags(Consumer<Tag.Builder>... tags)
An array of key-value pairs that you want to use to organize and track your Amazon Web Services resource costs. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
This is a convenience method that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.