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