Interface CreateProjectRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>,SageMakerRequest.Builder,SdkBuilder<CreateProjectRequest.Builder,CreateProjectRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateProjectRequest
@Mutable @NotThreadSafe public static interface CreateProjectRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateProjectRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateProjectRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateProjectRequest.BuilderprojectDescription(String projectDescription)A description for the project.CreateProjectRequest.BuilderprojectName(String projectName)The name of the project.default CreateProjectRequest.BuilderserviceCatalogProvisioningDetails(Consumer<ServiceCatalogProvisioningDetails.Builder> serviceCatalogProvisioningDetails)The product ID and provisioning artifact ID to provision a service catalog.CreateProjectRequest.BuilderserviceCatalogProvisioningDetails(ServiceCatalogProvisioningDetails serviceCatalogProvisioningDetails)The product ID and provisioning artifact ID to provision a service catalog.CreateProjectRequest.Buildertags(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.Buildertags(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.Buildertags(Tag... tags)An array of key-value pairs that you want to use to organize and track your Amazon Web Services resource costs.CreateProjectRequest.BuildertemplateProviders(Collection<CreateTemplateProvider> templateProviders)An array of template provider configurations for creating infrastructure resources for the project.CreateProjectRequest.BuildertemplateProviders(Consumer<CreateTemplateProvider.Builder>... templateProviders)An array of template provider configurations for creating infrastructure resources for the project.CreateProjectRequest.BuildertemplateProviders(CreateTemplateProvider... templateProviders)An array of template provider configurations for creating infrastructure resources for the project.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
projectName
CreateProjectRequest.Builder projectName(String projectName)
The 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.
-
projectDescription
CreateProjectRequest.Builder projectDescription(String projectDescription)
A description for the project.
- Parameters:
projectDescription- A description for the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceCatalogProvisioningDetails
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceCatalogProvisioningDetails
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.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 onServiceCatalogProvisioningDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
serviceCatalogProvisioningDetails(ServiceCatalogProvisioningDetails)
-
tags
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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 theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
templateProviders
CreateProjectRequest.Builder templateProviders(Collection<CreateTemplateProvider> templateProviders)
An array of template provider configurations for creating infrastructure resources for the project.
- Parameters:
templateProviders- An array of template provider configurations for creating infrastructure resources for the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateProviders
CreateProjectRequest.Builder templateProviders(CreateTemplateProvider... templateProviders)
An array of template provider configurations for creating infrastructure resources for the project.
- Parameters:
templateProviders- An array of template provider configurations for creating infrastructure resources for the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateProviders
CreateProjectRequest.Builder templateProviders(Consumer<CreateTemplateProvider.Builder>... templateProviders)
An array of template provider configurations for creating infrastructure resources for the project.
This is a convenience method that creates an instance of theCreateTemplateProvider.Builderavoiding the need to create one manually viaCreateTemplateProvider.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#templateProviders(List.) - Parameters:
templateProviders- a consumer that will call methods onCreateTemplateProvider.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#templateProviders(java.util.Collection)
-
overrideConfiguration
CreateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-