@Generated(value="software.amazon.awssdk:codegen") public final class DeleteAnalysisRequest extends QuickSightRequest implements ToCopyableBuilder<DeleteAnalysisRequest.Builder,DeleteAnalysisRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteAnalysisRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
analysisId()
The ID of the analysis that you're deleting.
|
String |
awsAccountId()
The ID of the AWS account where you want to delete an analysis.
|
static DeleteAnalysisRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
forceDeleteWithoutRecovery()
This option defaults to the value
NoForceDeleteWithoutRecovery. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
recoveryWindowInDays()
A value that specifies the number of days that QuickSight waits before it deletes the analysis.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteAnalysisRequest.Builder> |
serializableBuilderClass() |
DeleteAnalysisRequest.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 where you want to delete an analysis.
public String analysisId()
The ID of the analysis that you're deleting.
public Long recoveryWindowInDays()
A value that specifies the number of days that QuickSight waits before it deletes the analysis. You can't use
this parameter with the ForceDeleteWithoutRecovery option in the same API call. The default value is
30.
ForceDeleteWithoutRecovery option in the same API call. The
default value is 30.public Boolean forceDeleteWithoutRecovery()
This option defaults to the value NoForceDeleteWithoutRecovery. To immediately delete the analysis,
add the ForceDeleteWithoutRecovery option. You can't restore an analysis after it's deleted.
NoForceDeleteWithoutRecovery. To immediately delete the
analysis, add the ForceDeleteWithoutRecovery option. You can't restore an analysis after
it's deleted.public DeleteAnalysisRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteAnalysisRequest.Builder,DeleteAnalysisRequest>toBuilder in class QuickSightRequestpublic static DeleteAnalysisRequest.Builder builder()
public static Class<? extends DeleteAnalysisRequest.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.