Class SagemakerFlowDefinitionOutputConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.sagemaker_flow_definition.SagemakerFlowDefinitionOutputConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<SagemakerFlowDefinitionOutputConfig>
- Enclosing interface:
- SagemakerFlowDefinitionOutputConfig
@Stability(Stable) public static final class SagemakerFlowDefinitionOutputConfig.Builder extends Object implements software.amazon.jsii.Builder<SagemakerFlowDefinitionOutputConfig>
A builder forSagemakerFlowDefinitionOutputConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SagemakerFlowDefinitionOutputConfigbuild()Builds the configured instance.SagemakerFlowDefinitionOutputConfig.BuilderkmsKeyId(String kmsKeyId)Sets the value ofSagemakerFlowDefinitionOutputConfig.getKmsKeyId()SagemakerFlowDefinitionOutputConfig.Builders3OutputPath(String s3OutputPath)Sets the value ofSagemakerFlowDefinitionOutputConfig.getS3OutputPath()
-
-
-
Method Detail
-
s3OutputPath
@Stability(Stable) public SagemakerFlowDefinitionOutputConfig.Builder s3OutputPath(String s3OutputPath)
Sets the value ofSagemakerFlowDefinitionOutputConfig.getS3OutputPath()- Parameters:
s3OutputPath- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#s3_output_path SagemakerFlowDefinition#s3_output_path}. This parameter is required.- Returns:
this
-
kmsKeyId
@Stability(Stable) public SagemakerFlowDefinitionOutputConfig.Builder kmsKeyId(String kmsKeyId)
Sets the value ofSagemakerFlowDefinitionOutputConfig.getKmsKeyId()- Parameters:
kmsKeyId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#kms_key_id SagemakerFlowDefinition#kms_key_id}.- Returns:
this
-
build
@Stability(Stable) public SagemakerFlowDefinitionOutputConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SagemakerFlowDefinitionOutputConfig>- Returns:
- a new instance of
SagemakerFlowDefinitionOutputConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-