@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 AWS account that contains the analysis that you're updating.
|
static UpdateAnalysisRequest.Builder |
builder() |
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 String awsAccountId()
The ID of the AWS account that contains the analysis that you're updating.
public String analysisId()
The ID for the analysis that you're updating. This ID displays in the URL of the analysis.
public String name()
A descriptive name for the analysis that you're updating. This name displays for the analysis in the QuickSight console.
public 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 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 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 QuickSight console, make sure that you have access to it.
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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.