Interface LogDeliveryConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<LogDeliveryConfiguration.Builder,,- LogDeliveryConfiguration> - SdkBuilder<LogDeliveryConfiguration.Builder,,- LogDeliveryConfiguration> - SdkPojo
- Enclosing class:
- LogDeliveryConfiguration
@Mutable
@NotThreadSafe
public static interface LogDeliveryConfiguration.Builder
extends SdkPojo, CopyableBuilder<LogDeliveryConfiguration.Builder,LogDeliveryConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault LogDeliveryConfiguration.Builders3Configuration(Consumer<S3Configuration.Builder> s3Configuration) Configuration for S3 bucket log delivery.s3Configuration(S3Configuration s3Configuration) Configuration for S3 bucket log delivery.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
s3ConfigurationConfiguration for S3 bucket log delivery. - Parameters:
- s3Configuration- Configuration for S3 bucket log delivery.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
s3Configurationdefault LogDeliveryConfiguration.Builder s3Configuration(Consumer<S3Configuration.Builder> s3Configuration) Configuration for S3 bucket log delivery. This is a convenience method that creates an instance of theS3Configuration.Builderavoiding the need to create one manually viaS3Configuration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Configuration(S3Configuration).- Parameters:
- s3Configuration- a consumer that will call methods on- S3Configuration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-