@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 Amazon Web Services 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 Amazon 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 final String awsAccountId()
The ID of the Amazon Web Services account where you want to delete an analysis.
public final String analysisId()
The ID of the analysis that you're deleting.
public final Long recoveryWindowInDays()
A value that specifies the number of days that Amazon 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 final 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 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.