public static interface UpdateProjectRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateProjectRequest.Builder projectName(String projectName)
The name of the project.
projectName - The name of the project.UpdateProjectRequest.Builder projectDescription(String projectDescription)
The description for the project.
projectDescription - The description for the project.UpdateProjectRequest.Builder serviceCatalogProvisioningUpdateDetails(ServiceCatalogProvisioningUpdateDetails serviceCatalogProvisioningUpdateDetails)
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.
serviceCatalogProvisioningUpdateDetails - 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 UpdateProjectRequest.Builder serviceCatalogProvisioningUpdateDetails(Consumer<ServiceCatalogProvisioningUpdateDetails.Builder> serviceCatalogProvisioningUpdateDetails)
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 theServiceCatalogProvisioningUpdateDetails.Builder avoiding the need to create one manually via
ServiceCatalogProvisioningUpdateDetails.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
serviceCatalogProvisioningUpdateDetails(ServiceCatalogProvisioningUpdateDetails).
serviceCatalogProvisioningUpdateDetails - a consumer that will call methods on ServiceCatalogProvisioningUpdateDetails.BuilderserviceCatalogProvisioningUpdateDetails(ServiceCatalogProvisioningUpdateDetails)UpdateProjectRequest.Builder tags(Collection<Tag> tags)
An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources. In addition, the project must have tag update constraints set in order to include this parameter in the request. For more information, see Amazon Web Services Service Catalog Tag Update Constraints.
tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in
different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services
Resources. In addition, the project must have tag update constraints set in order to include this
parameter in the request. For more information, see Amazon Web Services Service Catalog Tag Update Constraints.UpdateProjectRequest.Builder tags(Tag... tags)
An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources. In addition, the project must have tag update constraints set in order to include this parameter in the request. For more information, see Amazon Web Services Service Catalog Tag Update Constraints.
tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in
different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services
Resources. In addition, the project must have tag update constraints set in order to include this
parameter in the request. For more information, see Amazon Web Services Service Catalog Tag Update Constraints.UpdateProjectRequest.Builder tags(Consumer<Tag.Builder>... tags)
An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources. In addition, the project must have tag update constraints set in order to include this parameter in the request. For more information, see Amazon Web Services Service Catalog Tag Update Constraints.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) UpdateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.