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