Class CfnProfilingGroupPropsMixin.ChannelProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.codeguruprofiler.CfnProfilingGroupPropsMixin.ChannelProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProfilingGroupPropsMixin.ChannelProperty>
- Enclosing interface:
CfnProfilingGroupPropsMixin.ChannelProperty
@Stability(Stable)
public static final class CfnProfilingGroupPropsMixin.ChannelProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProfilingGroupPropsMixin.ChannelProperty>
A builder for
CfnProfilingGroupPropsMixin.ChannelProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnProfilingGroupPropsMixin.ChannelProperty.getChannelId()channelUri(String channelUri) Sets the value ofCfnProfilingGroupPropsMixin.ChannelProperty.getChannelUri()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
channelId
@Stability(Stable) public CfnProfilingGroupPropsMixin.ChannelProperty.Builder channelId(String channelId) Sets the value ofCfnProfilingGroupPropsMixin.ChannelProperty.getChannelId()- Parameters:
channelId- The channel ID.- Returns:
this
-
channelUri
@Stability(Stable) public CfnProfilingGroupPropsMixin.ChannelProperty.Builder channelUri(String channelUri) Sets the value ofCfnProfilingGroupPropsMixin.ChannelProperty.getChannelUri()- Parameters:
channelUri- The channel URI.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProfilingGroupPropsMixin.ChannelProperty>- Returns:
- a new instance of
CfnProfilingGroupPropsMixin.ChannelProperty - Throws:
NullPointerException- if any required attribute was not provided
-