Interface VirtualGatewayLogging.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<VirtualGatewayLogging.Builder,,- VirtualGatewayLogging> - SdkBuilder<VirtualGatewayLogging.Builder,,- VirtualGatewayLogging> - SdkPojo
- Enclosing class:
- VirtualGatewayLogging
@Mutable
@NotThreadSafe
public static interface VirtualGatewayLogging.Builder
extends SdkPojo, CopyableBuilder<VirtualGatewayLogging.Builder,VirtualGatewayLogging> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault VirtualGatewayLogging.BuilderaccessLog(Consumer<VirtualGatewayAccessLog.Builder> accessLog) The access log configuration.accessLog(VirtualGatewayAccessLog accessLog) The access log configuration.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- 
accessLogThe access log configuration. - Parameters:
- accessLog- The access log configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
accessLogdefault VirtualGatewayLogging.Builder accessLog(Consumer<VirtualGatewayAccessLog.Builder> accessLog) The access log configuration. This is a convenience method that creates an instance of theVirtualGatewayAccessLog.Builderavoiding the need to create one manually viaVirtualGatewayAccessLog.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaccessLog(VirtualGatewayAccessLog).- Parameters:
- accessLog- a consumer that will call methods on- VirtualGatewayAccessLog.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-