Interface UpdateAnalysisRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateAnalysisRequest.Builder,,- UpdateAnalysisRequest> - QuickSightRequest.Builder,- SdkBuilder<UpdateAnalysisRequest.Builder,,- UpdateAnalysisRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateAnalysisRequest
- 
Method SummaryModifier and TypeMethodDescriptionanalysisId(String analysisId) The ID for the analysis that you're updating.awsAccountId(String awsAccountId) The ID of the Amazon Web Services account that contains the analysis that you're updating.default UpdateAnalysisRequest.Builderdefinition(Consumer<AnalysisDefinition.Builder> definition) The definition of an analysis.definition(AnalysisDefinition definition) The definition of an analysis.A descriptive name for the analysis that you're updating.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default UpdateAnalysisRequest.Builderparameters(Consumer<Parameters.Builder> parameters) The parameter names and override values that you want to use.parameters(Parameters parameters) The parameter names and override values that you want to use.default UpdateAnalysisRequest.BuildersourceEntity(Consumer<AnalysisSourceEntity.Builder> sourceEntity) A source entity to use for the analysis that you're updating.sourceEntity(AnalysisSourceEntity sourceEntity) A source entity to use for the analysis that you're updating.The Amazon Resource Name (ARN) for the theme to apply to the analysis that you're creating.default UpdateAnalysisRequest.BuildervalidationStrategy(Consumer<ValidationStrategy.Builder> validationStrategy) The option to relax the validation needed to update an analysis with definition objects.validationStrategy(ValidationStrategy validationStrategy) The option to relax the validation needed to update an analysis with definition objects.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
awsAccountIdThe ID of the Amazon Web Services account that contains the analysis that you're updating. - Parameters:
- awsAccountId- The ID of the Amazon Web Services account that contains the analysis that you're updating.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
analysisIdThe ID for the analysis that you're updating. This ID displays in the URL of the analysis. - Parameters:
- analysisId- The ID for the analysis that you're updating. This ID displays in the URL of the analysis.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameA descriptive name for the analysis that you're updating. This name displays for the analysis in the Amazon Quick Sight console. - Parameters:
- name- A descriptive name for the analysis that you're updating. This name displays for the analysis in the Amazon Quick Sight console.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
parametersThe parameter names and override values that you want to use. An analysis can have any parameter type, and some parameters might accept multiple values. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
parametersThe 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 is a convenience method that creates an instance of theParameters.Builderavoiding the need to create one manually viaParameters.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparameters(Parameters).- Parameters:
- parameters- a consumer that will call methods on- Parameters.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sourceEntityA source entity to use for the analysis that you're updating. This metadata structure contains details that describe a source template and one or more datasets. - Parameters:
- sourceEntity- A source entity to use for the analysis that you're updating. This metadata structure contains details that describe a source template and one or more datasets.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceEntitydefault UpdateAnalysisRequest.Builder sourceEntity(Consumer<AnalysisSourceEntity.Builder> sourceEntity) A source entity to use for the analysis that you're updating. This metadata structure contains details that describe a source template and one or more datasets. This is a convenience method that creates an instance of theAnalysisSourceEntity.Builderavoiding the need to create one manually viaAnalysisSourceEntity.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourceEntity(AnalysisSourceEntity).- Parameters:
- sourceEntity- a consumer that will call methods on- AnalysisSourceEntity.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
themeArnThe Amazon Resource Name (ARN) for the theme to apply to the analysis that you're creating. To see the theme in the Amazon Quick Sight console, make sure that you have access to it. - Parameters:
- themeArn- The Amazon Resource Name (ARN) for the theme to apply to the analysis that you're creating. To see the theme in the Amazon Quick Sight console, make sure that you have access to it.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
definitionThe definition of an analysis. A definition is the data model of all features in a Dashboard, Template, or Analysis. - Parameters:
- definition- The definition of an analysis.- A definition is the data model of all features in a Dashboard, Template, or Analysis. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
definitionThe definition of an analysis. A definition is the data model of all features in a Dashboard, Template, or Analysis. This is a convenience method that creates an instance of theAnalysisDefinition.Builderavoiding the need to create one manually viaAnalysisDefinition.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todefinition(AnalysisDefinition).- Parameters:
- definition- a consumer that will call methods on- AnalysisDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
validationStrategyThe option to relax the validation needed to update an analysis with definition objects. This skips the validation step for specific errors. - Parameters:
- validationStrategy- The option to relax the validation needed to update an analysis with definition objects. This skips the validation step for specific errors.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
validationStrategydefault UpdateAnalysisRequest.Builder validationStrategy(Consumer<ValidationStrategy.Builder> validationStrategy) The option to relax the validation needed to update an analysis with definition objects. This skips the validation step for specific errors. This is a convenience method that creates an instance of theValidationStrategy.Builderavoiding the need to create one manually viaValidationStrategy.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalidationStrategy(ValidationStrategy).- Parameters:
- validationStrategy- a consumer that will call methods on- ValidationStrategy.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationUpdateAnalysisRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateAnalysisRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-