Interface ReportOutputConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ReportOutputConfiguration.Builder,,ReportOutputConfiguration> SdkBuilder<ReportOutputConfiguration.Builder,,ReportOutputConfiguration> SdkPojo
- Enclosing class:
ReportOutputConfiguration
@Mutable
@NotThreadSafe
public static interface ReportOutputConfiguration.Builder
extends SdkPojo, CopyableBuilder<ReportOutputConfiguration.Builder,ReportOutputConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the S3 property for this object.Sets the value of the S3 property for this object.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
-
s3
Sets the value of the S3 property for this object.- Parameters:
s3- The new value for the S3 property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3
Sets the value of the S3 property for this object. This is a convenience method that creates an instance of theS3ReportOutputConfiguration.Builderavoiding the need to create one manually viaS3ReportOutputConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3(S3ReportOutputConfiguration).- Parameters:
s3- a consumer that will call methods onS3ReportOutputConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-