@Generated(value="software.amazon.awssdk:codegen") public final class StartDashboardSnapshotJobRequest extends QuickSightRequest implements ToCopyableBuilder<StartDashboardSnapshotJobRequest.Builder,StartDashboardSnapshotJobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartDashboardSnapshotJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
|
static StartDashboardSnapshotJobRequest.Builder |
builder() |
String |
dashboardId()
The ID of the dashboard that you want to start a snapshot job for.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartDashboardSnapshotJobRequest.Builder> |
serializableBuilderClass() |
SnapshotConfiguration |
snapshotConfiguration()
A structure that describes the configuration of the dashboard snapshot.
|
String |
snapshotJobId()
An ID for the dashboard snapshot job.
|
StartDashboardSnapshotJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
SnapshotUserConfiguration |
userConfiguration()
A structure that contains information about the anonymous users that the generated snapshot is for.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String awsAccountId()
The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
public final String dashboardId()
The ID of the dashboard that you want to start a snapshot job for.
public final String snapshotJobId()
An ID for the dashboard snapshot job. This ID is unique to the dashboard while the job is running. This ID can be
used to poll the status of a job with a DescribeDashboardSnapshotJob while the job runs. You can
reuse this ID for another job 24 hours after the current job is completed.
DescribeDashboardSnapshotJob while the job
runs. You can reuse this ID for another job 24 hours after the current job is completed.public final SnapshotUserConfiguration userConfiguration()
A structure that contains information about the anonymous users that the generated snapshot is for. This API will not return information about registered Amazon QuickSight.
public final SnapshotConfiguration snapshotConfiguration()
A structure that describes the configuration of the dashboard snapshot.
public StartDashboardSnapshotJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartDashboardSnapshotJobRequest.Builder,StartDashboardSnapshotJobRequest>toBuilder in class QuickSightRequestpublic static StartDashboardSnapshotJobRequest.Builder builder()
public static Class<? extends StartDashboardSnapshotJobRequest.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.