Interface VirtualGatewayAccessLog.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<VirtualGatewayAccessLog.Builder,,- VirtualGatewayAccessLog> - SdkBuilder<VirtualGatewayAccessLog.Builder,,- VirtualGatewayAccessLog> - SdkPojo
- Enclosing class:
- VirtualGatewayAccessLog
@Mutable
@NotThreadSafe
public static interface VirtualGatewayAccessLog.Builder
extends SdkPojo, CopyableBuilder<VirtualGatewayAccessLog.Builder,VirtualGatewayAccessLog> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault VirtualGatewayAccessLog.BuilderThe file object to send virtual gateway access logs to.The file object to send virtual gateway access logs to.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- 
fileThe file object to send virtual gateway access logs to. - Parameters:
- file- The file object to send virtual gateway access logs to.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
fileThe file object to send virtual gateway access logs to. This is a convenience method that creates an instance of theVirtualGatewayFileAccessLog.Builderavoiding the need to create one manually viaVirtualGatewayFileAccessLog.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofile(VirtualGatewayFileAccessLog).- Parameters:
- file- a consumer that will call methods on- VirtualGatewayFileAccessLog.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-