public static interface UpdateAnalysisRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateAnalysisRequest.Builder,UpdateAnalysisRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAnalysisRequest.Builder |
analysisId(String analysisId)
The ID for the analysis that you're updating.
|
UpdateAnalysisRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the analysis that you're updating.
|
UpdateAnalysisRequest.Builder |
definition(AnalysisDefinition definition)
The definition of an analysis.
|
default UpdateAnalysisRequest.Builder |
definition(Consumer<AnalysisDefinition.Builder> definition)
The definition of an analysis.
|
UpdateAnalysisRequest.Builder |
name(String name)
A descriptive name for the analysis that you're updating.
|
UpdateAnalysisRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAnalysisRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateAnalysisRequest.Builder |
parameters(Consumer<Parameters.Builder> parameters)
The parameter names and override values that you want to use.
|
UpdateAnalysisRequest.Builder |
parameters(Parameters parameters)
The parameter names and override values that you want to use.
|
UpdateAnalysisRequest.Builder |
sourceEntity(AnalysisSourceEntity sourceEntity)
A source entity to use for the analysis that you're updating.
|
default UpdateAnalysisRequest.Builder |
sourceEntity(Consumer<AnalysisSourceEntity.Builder> sourceEntity)
A source entity to use for the analysis that you're updating.
|
UpdateAnalysisRequest.Builder |
themeArn(String themeArn)
The Amazon Resource Name (ARN) for the theme to apply to the analysis that you're creating.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAnalysisRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the analysis that you're updating.
awsAccountId - The ID of the Amazon Web Services account that contains the analysis that you're updating.UpdateAnalysisRequest.Builder analysisId(String analysisId)
The ID for the analysis that you're updating. This ID displays in the URL of the analysis.
analysisId - The ID for the analysis that you're updating. This ID displays in the URL of the analysis.UpdateAnalysisRequest.Builder name(String name)
A descriptive name for the analysis that you're updating. This name displays for the analysis in the Amazon QuickSight console.
name - A descriptive name for the analysis that you're updating. This name displays for the analysis in the
Amazon QuickSight console.UpdateAnalysisRequest.Builder parameters(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.
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.default UpdateAnalysisRequest.Builder parameters(Consumer<Parameters.Builder> 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 is a convenience method that creates an instance of theParameters.Builder avoiding the need to
create one manually via Parameters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to parameters(Parameters).
parameters - a consumer that will call methods on Parameters.Builderparameters(Parameters)UpdateAnalysisRequest.Builder sourceEntity(AnalysisSourceEntity 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.
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.default 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.Builder avoiding
the need to create one manually via AnalysisSourceEntity.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sourceEntity(AnalysisSourceEntity).
sourceEntity - a consumer that will call methods on AnalysisSourceEntity.BuildersourceEntity(AnalysisSourceEntity)UpdateAnalysisRequest.Builder themeArn(String 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 QuickSight console, make sure that you have access to it.
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 QuickSight console, make sure that you have access to it.UpdateAnalysisRequest.Builder definition(AnalysisDefinition definition)
The definition of an analysis.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
definition - The definition of an analysis.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
default UpdateAnalysisRequest.Builder definition(Consumer<AnalysisDefinition.Builder> definition)
The 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.Builder avoiding the
need to create one manually via AnalysisDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to definition(AnalysisDefinition).
definition - a consumer that will call methods on AnalysisDefinition.Builderdefinition(AnalysisDefinition)UpdateAnalysisRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAnalysisRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.