Interface ELBLoadBalancerLoggingParameters.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ELBLoadBalancerLoggingParameters.Builder,,ELBLoadBalancerLoggingParameters> SdkBuilder<ELBLoadBalancerLoggingParameters.Builder,,ELBLoadBalancerLoggingParameters> SdkPojo
- Enclosing class:
ELBLoadBalancerLoggingParameters
@Mutable
@NotThreadSafe
public static interface ELBLoadBalancerLoggingParameters.Builder
extends SdkPojo, CopyableBuilder<ELBLoadBalancerLoggingParameters.Builder,ELBLoadBalancerLoggingParameters>
-
Method Summary
Modifier and TypeMethodDescriptionfieldDelimiter(String fieldDelimiter) The delimiter character used to separate fields in ELB access log entries when using plain text format.outputFormat(String outputFormat) The format for ELB access log entries (plain text or JSON format).outputFormat(OutputFormat outputFormat) The format for ELB access log entries (plain text or JSON format).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
-
outputFormat
The format for ELB access log entries (plain text or JSON format).
- Parameters:
outputFormat- The format for ELB access log entries (plain text or JSON format).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
outputFormat
The format for ELB access log entries (plain text or JSON format).
- Parameters:
outputFormat- The format for ELB access log entries (plain text or JSON format).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fieldDelimiter
The delimiter character used to separate fields in ELB access log entries when using plain text format.
- Parameters:
fieldDelimiter- The delimiter character used to separate fields in ELB access log entries when using plain text format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-