Class CfnInferenceSchedulerPropsMixin.S3OutputConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.lookoutequipment.CfnInferenceSchedulerPropsMixin.S3OutputConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInferenceSchedulerPropsMixin.S3OutputConfigurationProperty>
- Enclosing interface:
CfnInferenceSchedulerPropsMixin.S3OutputConfigurationProperty
@Stability(Stable)
public static final class CfnInferenceSchedulerPropsMixin.S3OutputConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInferenceSchedulerPropsMixin.S3OutputConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucket
@Stability(Stable) public CfnInferenceSchedulerPropsMixin.S3OutputConfigurationProperty.Builder bucket(String bucket) - Parameters:
bucket- the value to be set.- Returns:
this
-
prefix
@Stability(Stable) public CfnInferenceSchedulerPropsMixin.S3OutputConfigurationProperty.Builder prefix(String prefix) - Parameters:
prefix- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInferenceSchedulerPropsMixin.S3OutputConfigurationProperty>- Returns:
- a new instance of
CfnInferenceSchedulerPropsMixin.S3OutputConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-