public static interface AnalysisParameter.Builder extends SdkPojo, CopyableBuilder<AnalysisParameter.Builder,AnalysisParameter>
| Modifier and Type | Method and Description |
|---|---|
AnalysisParameter.Builder |
defaultValue(String defaultValue)
Optional.
|
AnalysisParameter.Builder |
name(String name)
The name of the parameter.
|
AnalysisParameter.Builder |
type(ParameterType type)
The type of parameter.
|
AnalysisParameter.Builder |
type(String type)
The type of parameter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalysisParameter.Builder name(String name)
The name of the parameter. The name must use only alphanumeric, underscore (_), or hyphen (-) characters but cannot start or end with a hyphen.
name - The name of the parameter. The name must use only alphanumeric, underscore (_), or hyphen (-)
characters but cannot start or end with a hyphen.AnalysisParameter.Builder type(String type)
The type of parameter.
type - The type of parameter.ParameterType,
ParameterTypeAnalysisParameter.Builder type(ParameterType type)
The type of parameter.
type - The type of parameter.ParameterType,
ParameterTypeAnalysisParameter.Builder defaultValue(String defaultValue)
Optional. The default value that is applied in the analysis template. The member who can query can override this value in the query editor.
defaultValue - Optional. The default value that is applied in the analysis template. The member who can query can
override this value in the query editor.Copyright © 2023. All rights reserved.