@Stability(value=Stable) public static final class CfnAnalysisProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAnalysisProps>
CfnAnalysisProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnAnalysisProps.Builder analysisId(String analysisId)
CfnAnalysisProps.getAnalysisId()analysisId - The ID for the analysis that you're creating. This parameter is required.
This ID displays in the URL of the analysis.this@Stability(value=Stable) public CfnAnalysisProps.Builder awsAccountId(String awsAccountId)
CfnAnalysisProps.getAwsAccountId()awsAccountId - The ID of the AWS account where you are creating an analysis. This parameter is required.this@Stability(value=Stable) public CfnAnalysisProps.Builder sourceEntity(CfnAnalysis.AnalysisSourceEntityProperty sourceEntity)
CfnAnalysisProps.getSourceEntity()sourceEntity - A source entity to use for the analysis that you're creating. This parameter is required.
This metadata structure contains details that describe a source template and one or more datasets.this@Stability(value=Stable) public CfnAnalysisProps.Builder sourceEntity(IResolvable sourceEntity)
CfnAnalysisProps.getSourceEntity()sourceEntity - A source entity to use for the analysis that you're creating. This parameter is required.
This metadata structure contains details that describe a source template and one or more datasets.this@Stability(value=Stable) public CfnAnalysisProps.Builder errors(IResolvable errors)
CfnAnalysisProps.getErrors()errors - `AWS::QuickSight::Analysis.Errors`.this@Stability(value=Stable) public CfnAnalysisProps.Builder errors(List<? extends Object> errors)
CfnAnalysisProps.getErrors()errors - `AWS::QuickSight::Analysis.Errors`.this@Stability(value=Stable) public CfnAnalysisProps.Builder name(String name)
CfnAnalysisProps.getName()name - A descriptive name for the analysis that you're creating.
This name displays for the analysis in the Amazon QuickSight console.this@Stability(value=Stable) public CfnAnalysisProps.Builder parameters(IResolvable parameters)
CfnAnalysisProps.getParameters()parameters - The parameter names and override values that you want to use.
An analysis can have any parameter type, and some parameters might accept multiple values.this@Stability(value=Stable) public CfnAnalysisProps.Builder parameters(CfnAnalysis.ParametersProperty parameters)
CfnAnalysisProps.getParameters()parameters - The parameter names and override values that you want to use.
An analysis can have any parameter type, and some parameters might accept multiple values.this@Stability(value=Stable) public CfnAnalysisProps.Builder permissions(IResolvable permissions)
CfnAnalysisProps.getPermissions()permissions - A structure that describes the principals and the resource-level permissions on an analysis.
You can use the Permissions structure to grant permissions by providing a list of AWS Identity and Access Management (IAM) action information for each principal listed by Amazon Resource Name (ARN).
To specify no permissions, omit Permissions .
this@Stability(value=Stable) public CfnAnalysisProps.Builder permissions(List<? extends Object> permissions)
CfnAnalysisProps.getPermissions()permissions - A structure that describes the principals and the resource-level permissions on an analysis.
You can use the Permissions structure to grant permissions by providing a list of AWS Identity and Access Management (IAM) action information for each principal listed by Amazon Resource Name (ARN).
To specify no permissions, omit Permissions .
this@Stability(value=Stable) public CfnAnalysisProps.Builder tags(List<? extends CfnTag> tags)
CfnAnalysisProps.getTags()tags - Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.this@Stability(value=Stable) public CfnAnalysisProps.Builder themeArn(String themeArn)
CfnAnalysisProps.getThemeArn()themeArn - The ARN for the theme to apply to the analysis that you're creating.
To see the theme in the Amazon QuickSight console, make sure that you have access to it.this@Stability(value=Stable) public CfnAnalysisProps build()
build in interface software.amazon.jsii.Builder<CfnAnalysisProps>CfnAnalysisPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.