@Stability(value=Stable) public static final class CfnSegmentProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSegmentProps>
CfnSegmentProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSegmentProps |
build()
Builds the configured instance.
|
CfnSegmentProps.Builder |
description(String description)
Sets the value of
CfnSegmentProps.getDescription() |
CfnSegmentProps.Builder |
name(String name)
Sets the value of
CfnSegmentProps.getName() |
CfnSegmentProps.Builder |
pattern(String pattern)
Sets the value of
CfnSegmentProps.getPattern() |
CfnSegmentProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnSegmentProps.getTags() |
@Stability(value=Stable) public CfnSegmentProps.Builder name(String name)
CfnSegmentProps.getName()name - `AWS::Evidently::Segment.Name`. This parameter is required.this@Stability(value=Stable) public CfnSegmentProps.Builder description(String description)
CfnSegmentProps.getDescription()description - `AWS::Evidently::Segment.Description`.this@Stability(value=Stable) public CfnSegmentProps.Builder pattern(String pattern)
CfnSegmentProps.getPattern()pattern - `AWS::Evidently::Segment.Pattern`.this@Stability(value=Stable) public CfnSegmentProps.Builder tags(List<? extends CfnTag> tags)
CfnSegmentProps.getTags()tags - `AWS::Evidently::Segment.Tags`.this@Stability(value=Stable) public CfnSegmentProps build()
build in interface software.amazon.jsii.Builder<CfnSegmentProps>CfnSegmentPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.