Package software.amazon.awscdk.cxapi
Class SynthesisMessage.Builder
java.lang.Object
software.amazon.awscdk.cxapi.SynthesisMessage.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SynthesisMessage>
- Enclosing interface:
SynthesisMessage
@Stability(Deprecated)
@Deprecated
public static final class SynthesisMessage.Builder
extends Object
implements software.amazon.jsii.Builder<SynthesisMessage>
Deprecated.
A builder for
SynthesisMessage-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.entry(MetadataEntry entry) Deprecated.Deprecated.level(SynthesisMessageLevel level) Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
entry
Deprecated.Sets the value ofSynthesisMessage.getEntry()- Parameters:
entry- the value to be set. This parameter is required.- Returns:
this
-
id
Deprecated.Sets the value ofSynthesisMessage.getId()- Parameters:
id- the value to be set. This parameter is required.- Returns:
this
-
level
@Stability(Deprecated) @Deprecated public SynthesisMessage.Builder level(SynthesisMessageLevel level) Deprecated.Sets the value ofSynthesisMessage.getLevel()- Parameters:
level- the value to be set. This parameter is required.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SynthesisMessage>- Returns:
- a new instance of
SynthesisMessage - Throws:
NullPointerException- if any required attribute was not provided
-