Class CfnEndpointConfigPropsMixin.CaptureOptionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnEndpointConfigPropsMixin.CaptureOptionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEndpointConfigPropsMixin.CaptureOptionProperty>
- Enclosing interface:
CfnEndpointConfigPropsMixin.CaptureOptionProperty
@Stability(Stable)
public static final class CfnEndpointConfigPropsMixin.CaptureOptionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEndpointConfigPropsMixin.CaptureOptionProperty>
A builder for
CfnEndpointConfigPropsMixin.CaptureOptionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.captureMode(String captureMode) Sets the value ofCfnEndpointConfigPropsMixin.CaptureOptionProperty.getCaptureMode()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
captureMode
@Stability(Stable) public CfnEndpointConfigPropsMixin.CaptureOptionProperty.Builder captureMode(String captureMode) Sets the value ofCfnEndpointConfigPropsMixin.CaptureOptionProperty.getCaptureMode()- Parameters:
captureMode- Specifies whether the endpoint captures input data or output data.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEndpointConfigPropsMixin.CaptureOptionProperty>- Returns:
- a new instance of
CfnEndpointConfigPropsMixin.CaptureOptionProperty - Throws:
NullPointerException- if any required attribute was not provided
-