Class CfnHttpApiPropsMixin.AccessLogSettingProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sam.CfnHttpApiPropsMixin.AccessLogSettingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHttpApiPropsMixin.AccessLogSettingProperty>
- Enclosing interface:
CfnHttpApiPropsMixin.AccessLogSettingProperty
@Stability(Stable)
public static final class CfnHttpApiPropsMixin.AccessLogSettingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHttpApiPropsMixin.AccessLogSettingProperty>
A builder for
CfnHttpApiPropsMixin.AccessLogSettingProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destinationArn(String destinationArn) Sets the value ofCfnHttpApiPropsMixin.AccessLogSettingProperty.getDestinationArn()Sets the value ofCfnHttpApiPropsMixin.AccessLogSettingProperty.getFormat()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destinationArn
@Stability(Stable) public CfnHttpApiPropsMixin.AccessLogSettingProperty.Builder destinationArn(String destinationArn) Sets the value ofCfnHttpApiPropsMixin.AccessLogSettingProperty.getDestinationArn()- Parameters:
destinationArn- the value to be set.- Returns:
this
-
format
@Stability(Stable) public CfnHttpApiPropsMixin.AccessLogSettingProperty.Builder format(String format) Sets the value ofCfnHttpApiPropsMixin.AccessLogSettingProperty.getFormat()- Parameters:
format- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnHttpApiPropsMixin.AccessLogSettingProperty>- Returns:
- a new instance of
CfnHttpApiPropsMixin.AccessLogSettingProperty - Throws:
NullPointerException- if any required attribute was not provided
-