public static interface CreateProjectRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>
| Modifier and Type | Method and Description |
|---|---|
default CreateProjectRequest.Builder |
appConfigResource(Consumer<ProjectAppConfigResourceConfig.Builder> appConfigResource)
Use this parameter if the project will use client-side evaluation powered by AppConfig.
|
CreateProjectRequest.Builder |
appConfigResource(ProjectAppConfigResourceConfig appConfigResource)
Use this parameter if the project will use client-side evaluation powered by AppConfig.
|
default CreateProjectRequest.Builder |
dataDelivery(Consumer<ProjectDataDeliveryConfig.Builder> dataDelivery)
A structure that contains information about where Evidently is to store evaluation events for longer term
storage, if you choose to do so.
|
CreateProjectRequest.Builder |
dataDelivery(ProjectDataDeliveryConfig dataDelivery)
A structure that contains information about where Evidently is to store evaluation events for longer term
storage, if you choose to do so.
|
CreateProjectRequest.Builder |
description(String description)
An optional description of the project.
|
CreateProjectRequest.Builder |
name(String name)
The name for the project.
|
CreateProjectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateProjectRequest.Builder |
tags(Map<String,String> tags)
Assigns one or more tags (key-value pairs) to the project.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateProjectRequest.Builder appConfigResource(ProjectAppConfigResourceConfig appConfigResource)
Use this parameter if the project will use client-side evaluation powered by AppConfig. Client-side evaluation allows your application to assign variations to user sessions locally instead of by calling the EvaluateFeature operation. This mitigates the latency and availability risks that come with an API call. For more information, see Client-side evaluation - powered by AppConfig.
This parameter is a structure that contains information about the AppConfig application and environment that will be used as for client-side evaluation.
To create a project that uses client-side evaluation, you must have the
evidently:ExportProjectAsConfiguration permission.
appConfigResource - Use this parameter if the project will use client-side evaluation powered by AppConfig.
Client-side evaluation allows your application to assign variations to user sessions locally instead
of by calling the EvaluateFeature operation. This mitigates the latency and availability risks that come with an
API call. For more information, see Client-side evaluation - powered by AppConfig.
This parameter is a structure that contains information about the AppConfig application and environment that will be used as for client-side evaluation.
To create a project that uses client-side evaluation, you must have the
evidently:ExportProjectAsConfiguration permission.
default CreateProjectRequest.Builder appConfigResource(Consumer<ProjectAppConfigResourceConfig.Builder> appConfigResource)
Use this parameter if the project will use client-side evaluation powered by AppConfig. Client-side evaluation allows your application to assign variations to user sessions locally instead of by calling the EvaluateFeature operation. This mitigates the latency and availability risks that come with an API call. For more information, see Client-side evaluation - powered by AppConfig.
This parameter is a structure that contains information about the AppConfig application and environment that will be used as for client-side evaluation.
To create a project that uses client-side evaluation, you must have the
evidently:ExportProjectAsConfiguration permission.
ProjectAppConfigResourceConfig.Builder
avoiding the need to create one manually via ProjectAppConfigResourceConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to appConfigResource(ProjectAppConfigResourceConfig).
appConfigResource - a consumer that will call methods on ProjectAppConfigResourceConfig.BuilderappConfigResource(ProjectAppConfigResourceConfig)CreateProjectRequest.Builder dataDelivery(ProjectDataDeliveryConfig dataDelivery)
A structure that contains information about where Evidently is to store evaluation events for longer term storage, if you choose to do so. If you choose not to store these events, Evidently deletes them after using them to produce metrics and other experiment results that you can view.
dataDelivery - A structure that contains information about where Evidently is to store evaluation events for longer
term storage, if you choose to do so. If you choose not to store these events, Evidently deletes them
after using them to produce metrics and other experiment results that you can view.default CreateProjectRequest.Builder dataDelivery(Consumer<ProjectDataDeliveryConfig.Builder> dataDelivery)
A structure that contains information about where Evidently is to store evaluation events for longer term storage, if you choose to do so. If you choose not to store these events, Evidently deletes them after using them to produce metrics and other experiment results that you can view.
This is a convenience method that creates an instance of theProjectDataDeliveryConfig.Builder
avoiding the need to create one manually via ProjectDataDeliveryConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to dataDelivery(ProjectDataDeliveryConfig).
dataDelivery - a consumer that will call methods on ProjectDataDeliveryConfig.BuilderdataDelivery(ProjectDataDeliveryConfig)CreateProjectRequest.Builder description(String description)
An optional description of the project.
description - An optional description of the project.CreateProjectRequest.Builder name(String name)
The name for the project.
name - The name for the project.CreateProjectRequest.Builder tags(Map<String,String> tags)
Assigns one or more tags (key-value pairs) to the project.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.
<p>You can associate as many as 50 tags with a project.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a>.</p>
tags - Assigns one or more tags (key-value pairs) to the project.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.
<p>You can associate as many as 50 tags with a project.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a>.</p> 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.