Class CfnOrganizationTelemetryRule.ELBLoadBalancerLoggingParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.services.observabilityadmin.CfnOrganizationTelemetryRule.ELBLoadBalancerLoggingParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOrganizationTelemetryRule.ELBLoadBalancerLoggingParametersProperty>
- Enclosing interface:
CfnOrganizationTelemetryRule.ELBLoadBalancerLoggingParametersProperty
@Stability(Stable)
public static final class CfnOrganizationTelemetryRule.ELBLoadBalancerLoggingParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOrganizationTelemetryRule.ELBLoadBalancerLoggingParametersProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fieldDelimiter(String fieldDelimiter) outputFormat(String outputFormat)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fieldDelimiter
@Stability(Stable) public CfnOrganizationTelemetryRule.ELBLoadBalancerLoggingParametersProperty.Builder fieldDelimiter(String fieldDelimiter) Sets the value ofCfnOrganizationTelemetryRule.ELBLoadBalancerLoggingParametersProperty.getFieldDelimiter()- Parameters:
fieldDelimiter- The delimiter character used to separate fields in ELB access log entries when using plain text format.- Returns:
this
-
outputFormat
@Stability(Stable) public CfnOrganizationTelemetryRule.ELBLoadBalancerLoggingParametersProperty.Builder outputFormat(String outputFormat) Sets the value ofCfnOrganizationTelemetryRule.ELBLoadBalancerLoggingParametersProperty.getOutputFormat()- Parameters:
outputFormat- The format for ELB access log entries (plain text or JSON format).- Returns:
this
-
build
@Stability(Stable) public CfnOrganizationTelemetryRule.ELBLoadBalancerLoggingParametersProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOrganizationTelemetryRule.ELBLoadBalancerLoggingParametersProperty>- Returns:
- a new instance of
CfnOrganizationTelemetryRule.ELBLoadBalancerLoggingParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-