Class AppEngineServiceSplitTrafficSplit.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.app_engine_service_split_traffic.AppEngineServiceSplitTrafficSplit.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AppEngineServiceSplitTrafficSplit>
- Enclosing interface:
- AppEngineServiceSplitTrafficSplit
@Stability(Stable) public static final class AppEngineServiceSplitTrafficSplit.Builder extends Object implements software.amazon.jsii.Builder<AppEngineServiceSplitTrafficSplit>
A builder forAppEngineServiceSplitTrafficSplit
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppEngineServiceSplitTrafficSplit.Builderallocations(Map<String,String> allocations)Sets the value ofAppEngineServiceSplitTrafficSplit.getAllocations()AppEngineServiceSplitTrafficSplitbuild()Builds the configured instance.AppEngineServiceSplitTrafficSplit.BuildershardBy(String shardBy)Sets the value ofAppEngineServiceSplitTrafficSplit.getShardBy()
-
-
-
Method Detail
-
allocations
@Stability(Stable) public AppEngineServiceSplitTrafficSplit.Builder allocations(Map<String,String> allocations)
Sets the value ofAppEngineServiceSplitTrafficSplit.getAllocations()- Parameters:
allocations- Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version. Each version can be specified only once, but some versions in the service may not have any traffic allocation. Services that have traffic allocated cannot be deleted until either the service is deleted or their traffic allocation is removed. Allocations must sum to 1. Up to two decimal place precision is supported for IP-based splits and up to three decimal places is supported for cookie-based splits. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_service_split_traffic#allocations AppEngineServiceSplitTraffic#allocations}- Returns:
this
-
shardBy
@Stability(Stable) public AppEngineServiceSplitTrafficSplit.Builder shardBy(String shardBy)
Sets the value ofAppEngineServiceSplitTrafficSplit.getShardBy()- Parameters:
shardBy- Mechanism used to determine which version a request is sent to. The traffic selection algorithm will be stable for either type until allocations are changed. Possible values: ["UNSPECIFIED", "COOKIE", "IP", "RANDOM"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_service_split_traffic#shard_by AppEngineServiceSplitTraffic#shard_by}- Returns:
this
-
build
@Stability(Stable) public AppEngineServiceSplitTrafficSplit build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AppEngineServiceSplitTrafficSplit>- Returns:
- a new instance of
AppEngineServiceSplitTrafficSplit - Throws:
NullPointerException- if any required attribute was not provided
-
-