Class CfnTransactionSearchConfigProps.Builder
java.lang.Object
software.amazon.awscdk.services.xray.CfnTransactionSearchConfigProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTransactionSearchConfigProps>
- Enclosing interface:
CfnTransactionSearchConfigProps
@Stability(Stable)
public static final class CfnTransactionSearchConfigProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTransactionSearchConfigProps>
A builder for
CfnTransactionSearchConfigProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.indexingPercentage(Number indexingPercentage) Sets the value ofCfnTransactionSearchConfigProps.getIndexingPercentage()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
indexingPercentage
@Stability(Stable) public CfnTransactionSearchConfigProps.Builder indexingPercentage(Number indexingPercentage) Sets the value ofCfnTransactionSearchConfigProps.getIndexingPercentage()- Parameters:
indexingPercentage- Determines the percentage of traces indexed from CloudWatch Logs to X-Ray.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTransactionSearchConfigProps>- Returns:
- a new instance of
CfnTransactionSearchConfigProps - Throws:
NullPointerException- if any required attribute was not provided
-