@Generated(value="software.amazon.awssdk:codegen") public final class UpdateAnalysisRequest extends QuickSightRequest implements ToCopyableBuilder<UpdateAnalysisRequest.Builder,UpdateAnalysisRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAnalysisRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
analysisId()
The ID for the analysis that you're updating.
|
String |
awsAccountId()
The ID of the Amazon Web Services account that contains the analysis that you're updating.
|
static UpdateAnalysisRequest.Builder |
builder() |
AnalysisDefinition |
definition()
The definition of an analysis.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
A descriptive name for the analysis that you're updating.
|
Parameters |
parameters()
The parameter names and override values that you want to use.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateAnalysisRequest.Builder> |
serializableBuilderClass() |
AnalysisSourceEntity |
sourceEntity()
A source entity to use for the analysis that you're updating.
|
String |
themeArn()
The Amazon Resource Name (ARN) for the theme to apply to the analysis that you're creating.
|
UpdateAnalysisRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String awsAccountId()
The ID of the Amazon Web Services account that contains the analysis that you're updating.
public final String analysisId()
The ID for the analysis that you're updating. This ID displays in the URL of the analysis.
public final String name()
A descriptive name for the analysis that you're updating. This name displays for the analysis in the Amazon QuickSight console.
public final 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.
public final 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.
public final 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.
public final AnalysisDefinition definition()
The definition of an analysis.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
public UpdateAnalysisRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateAnalysisRequest.Builder,UpdateAnalysisRequest>toBuilder in class QuickSightRequestpublic static UpdateAnalysisRequest.Builder builder()
public static Class<? extends UpdateAnalysisRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.