| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotConfiguration.Builder |
SnapshotConfiguration.builder() |
default SnapshotConfiguration.Builder |
SnapshotConfiguration.Builder.destinationConfiguration(Consumer<SnapshotDestinationConfiguration.Builder> destinationConfiguration)
A structure that contains information on the Amazon S3 bucket that the generated snapshot is stored in.
|
SnapshotConfiguration.Builder |
SnapshotConfiguration.Builder.destinationConfiguration(SnapshotDestinationConfiguration destinationConfiguration)
A structure that contains information on the Amazon S3 bucket that the generated snapshot is stored in.
|
SnapshotConfiguration.Builder |
SnapshotConfiguration.Builder.fileGroups(Collection<SnapshotFileGroup> fileGroups)
A list of
SnapshotJobResultFileGroup objects that contain information about the snapshot that is
generated. |
SnapshotConfiguration.Builder |
SnapshotConfiguration.Builder.fileGroups(Consumer<SnapshotFileGroup.Builder>... fileGroups)
A list of
SnapshotJobResultFileGroup objects that contain information about the snapshot that is
generated. |
SnapshotConfiguration.Builder |
SnapshotConfiguration.Builder.fileGroups(SnapshotFileGroup... fileGroups)
A list of
SnapshotJobResultFileGroup objects that contain information about the snapshot that is
generated. |
default SnapshotConfiguration.Builder |
SnapshotConfiguration.Builder.parameters(Consumer<Parameters.Builder> parameters)
Sets the value of the Parameters property for this object.
|
SnapshotConfiguration.Builder |
SnapshotConfiguration.Builder.parameters(Parameters parameters)
Sets the value of the Parameters property for this object.
|
SnapshotConfiguration.Builder |
SnapshotConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SnapshotConfiguration.Builder> |
SnapshotConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeDashboardSnapshotJobResponse.Builder |
DescribeDashboardSnapshotJobResponse.Builder.snapshotConfiguration(Consumer<SnapshotConfiguration.Builder> snapshotConfiguration)
The snapshot configuration of the job.
|
default StartDashboardSnapshotJobRequest.Builder |
StartDashboardSnapshotJobRequest.Builder.snapshotConfiguration(Consumer<SnapshotConfiguration.Builder> snapshotConfiguration)
A structure that describes the configuration of the dashboard snapshot.
|
Copyright © 2023. All rights reserved.