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