public static interface SnapshotJobS3Result.Builder extends SdkPojo, CopyableBuilder<SnapshotJobS3Result.Builder,SnapshotJobS3Result>
| Modifier and Type | Method and Description |
|---|---|
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 |
errorInfo(Consumer<SnapshotJobResultErrorInfo.Builder>... errorInfo)
An array of error records that describe any failures that occur while the dashboard snapshot job runs.
|
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 |
s3DestinationConfiguration(Consumer<SnapshotS3DestinationConfiguration.Builder> s3DestinationConfiguration)
A list of Amazon S3 bucket configurations that are provided when you make a
StartDashboardSnapshotJob API call. |
SnapshotJobS3Result.Builder |
s3DestinationConfiguration(SnapshotS3DestinationConfiguration s3DestinationConfiguration)
A list of Amazon S3 bucket configurations that are provided when you make a
StartDashboardSnapshotJob API call. |
SnapshotJobS3Result.Builder |
s3Uri(String s3Uri)
The Amazon S3 Uri.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSnapshotJobS3Result.Builder s3DestinationConfiguration(SnapshotS3DestinationConfiguration s3DestinationConfiguration)
A list of Amazon S3 bucket configurations that are provided when you make a
StartDashboardSnapshotJob API call.
s3DestinationConfiguration - A list of Amazon S3 bucket configurations that are provided when you make a
StartDashboardSnapshotJob API call.default SnapshotJobS3Result.Builder s3DestinationConfiguration(Consumer<SnapshotS3DestinationConfiguration.Builder> s3DestinationConfiguration)
A list of Amazon S3 bucket configurations that are provided when you make a
StartDashboardSnapshotJob API call.
SnapshotS3DestinationConfiguration.Builder avoiding the need to create one manually via
SnapshotS3DestinationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
s3DestinationConfiguration(SnapshotS3DestinationConfiguration).
s3DestinationConfiguration - a consumer that will call methods on SnapshotS3DestinationConfiguration.Builders3DestinationConfiguration(SnapshotS3DestinationConfiguration)SnapshotJobS3Result.Builder s3Uri(String s3Uri)
The Amazon S3 Uri.
s3Uri - The Amazon S3 Uri.SnapshotJobS3Result.Builder errorInfo(Collection<SnapshotJobResultErrorInfo> errorInfo)
An array of error records that describe any failures that occur while the dashboard snapshot job runs.
errorInfo - An array of error records that describe any failures that occur while the dashboard snapshot job runs.SnapshotJobS3Result.Builder errorInfo(SnapshotJobResultErrorInfo... errorInfo)
An array of error records that describe any failures that occur while the dashboard snapshot job runs.
errorInfo - An array of error records that describe any failures that occur while the dashboard snapshot job runs.SnapshotJobS3Result.Builder errorInfo(Consumer<SnapshotJobResultErrorInfo.Builder>... errorInfo)
An array of error records that describe any failures that occur while the dashboard snapshot job runs.
This is a convenience method that creates an instance of theSnapshotJobResultErrorInfo.Builder avoiding the need
to create one manually via
SnapshotJobResultErrorInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #errorInfo(List.
errorInfo - a consumer that will call methods on
SnapshotJobResultErrorInfo.Builder#errorInfo(java.util.Collection) Copyright © 2023. All rights reserved.