| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
AnalysisParameter |
AnalysisParameter.clone() |
AnalysisParameter |
AnalysisParameter.withDefaultValue(String defaultValue)
Optional.
|
AnalysisParameter |
AnalysisParameter.withName(String name)
The name of the parameter.
|
AnalysisParameter |
AnalysisParameter.withType(ParameterType type)
The type of parameter.
|
AnalysisParameter |
AnalysisParameter.withType(String type)
The type of parameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalysisParameter> |
AnalysisTemplate.getAnalysisParameters()
The parameters of the analysis template.
|
List<AnalysisParameter> |
CollaborationAnalysisTemplate.getAnalysisParameters()
The analysis parameters that have been specified in the analysis template.
|
List<AnalysisParameter> |
CreateAnalysisTemplateRequest.getAnalysisParameters()
The parameters of the analysis template.
|
| Modifier and Type | Method and Description |
|---|---|
AnalysisTemplate |
AnalysisTemplate.withAnalysisParameters(AnalysisParameter... analysisParameters)
The parameters of the analysis template.
|
CollaborationAnalysisTemplate |
CollaborationAnalysisTemplate.withAnalysisParameters(AnalysisParameter... analysisParameters)
The analysis parameters that have been specified in the analysis template.
|
CreateAnalysisTemplateRequest |
CreateAnalysisTemplateRequest.withAnalysisParameters(AnalysisParameter... analysisParameters)
The parameters of the analysis template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnalysisTemplate.setAnalysisParameters(Collection<AnalysisParameter> analysisParameters)
The parameters of the analysis template.
|
void |
CollaborationAnalysisTemplate.setAnalysisParameters(Collection<AnalysisParameter> analysisParameters)
The analysis parameters that have been specified in the analysis template.
|
void |
CreateAnalysisTemplateRequest.setAnalysisParameters(Collection<AnalysisParameter> analysisParameters)
The parameters of the analysis template.
|
AnalysisTemplate |
AnalysisTemplate.withAnalysisParameters(Collection<AnalysisParameter> analysisParameters)
The parameters of the analysis template.
|
CollaborationAnalysisTemplate |
CollaborationAnalysisTemplate.withAnalysisParameters(Collection<AnalysisParameter> analysisParameters)
The analysis parameters that have been specified in the analysis template.
|
CreateAnalysisTemplateRequest |
CreateAnalysisTemplateRequest.withAnalysisParameters(Collection<AnalysisParameter> analysisParameters)
The parameters of the analysis template.
|
Copyright © 2024. All rights reserved.