static SnapshotJobS3Result.Builder |
SnapshotJobS3Result.builder() |
|
SnapshotJobS3Result.Builder |
SnapshotJobS3Result.Builder.errorInfo(Collection<SnapshotJobResultErrorInfo> errorInfo) |
An array of error records that describe any failures that occur while the dashboard snapshot job runs.
|
SnapshotJobS3Result.Builder |
SnapshotJobS3Result.Builder.errorInfo(Consumer<SnapshotJobResultErrorInfo.Builder>... errorInfo) |
An array of error records that describe any failures that occur while the dashboard snapshot job runs.
|
SnapshotJobS3Result.Builder |
SnapshotJobS3Result.Builder.errorInfo(SnapshotJobResultErrorInfo... errorInfo) |
An array of error records that describe any failures that occur while the dashboard snapshot job runs.
|
default SnapshotJobS3Result.Builder |
SnapshotJobS3Result.Builder.s3DestinationConfiguration(Consumer<SnapshotS3DestinationConfiguration.Builder> s3DestinationConfiguration) |
A list of Amazon S3 bucket configurations that are provided when you make a
StartDashboardSnapshotJob API call.
|
SnapshotJobS3Result.Builder |
SnapshotJobS3Result.Builder.s3DestinationConfiguration(SnapshotS3DestinationConfiguration s3DestinationConfiguration) |
A list of Amazon S3 bucket configurations that are provided when you make a
StartDashboardSnapshotJob API call.
|
SnapshotJobS3Result.Builder |
SnapshotJobS3Result.Builder.s3Uri(String s3Uri) |
The Amazon S3 Uri.
|
SnapshotJobS3Result.Builder |
SnapshotJobS3Result.toBuilder() |
|