Interface S3ReportOutput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<S3ReportOutput.Builder,,S3ReportOutput> SdkBuilder<S3ReportOutput.Builder,,S3ReportOutput> SdkPojo
- Enclosing class:
S3ReportOutput
@Mutable
@NotThreadSafe
public static interface S3ReportOutput.Builder
extends SdkPojo, CopyableBuilder<S3ReportOutput.Builder,S3ReportOutput>
-
Method Summary
Modifier and TypeMethodDescriptions3ObjectKey(String s3ObjectKey) The S3 object key where the generated report is stored.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
s3ObjectKey
The S3 object key where the generated report is stored.
- Parameters:
s3ObjectKey- The S3 object key where the generated report is stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-