Class CfnTelemetryPipelinesProps.Builder
java.lang.Object
software.amazon.awscdk.services.observabilityadmin.CfnTelemetryPipelinesProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTelemetryPipelinesProps>
- Enclosing interface:
CfnTelemetryPipelinesProps
@Stability(Stable)
public static final class CfnTelemetryPipelinesProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTelemetryPipelinesProps>
A builder for
CfnTelemetryPipelinesProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.configuration(IResolvable configuration) Sets the value ofCfnTelemetryPipelinesProps.getConfiguration()Sets the value ofCfnTelemetryPipelinesProps.getConfiguration()Sets the value ofCfnTelemetryPipelinesProps.getName()Sets the value ofCfnTelemetryPipelinesProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
configuration
@Stability(Stable) public CfnTelemetryPipelinesProps.Builder configuration(IResolvable configuration) Sets the value ofCfnTelemetryPipelinesProps.getConfiguration()- Parameters:
configuration- the value to be set. This parameter is required.- Returns:
this
-
configuration
@Stability(Stable) public CfnTelemetryPipelinesProps.Builder configuration(CfnTelemetryPipelines.TelemetryPipelineConfigurationProperty configuration) Sets the value ofCfnTelemetryPipelinesProps.getConfiguration()- Parameters:
configuration- the value to be set. This parameter is required.- Returns:
this
-
name
Sets the value ofCfnTelemetryPipelinesProps.getName()- Parameters:
name- the value to be set.- Returns:
this
-
tags
Sets the value ofCfnTelemetryPipelinesProps.getTags()- Parameters:
tags- An array of key-value pairs to apply to this resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTelemetryPipelinesProps>- Returns:
- a new instance of
CfnTelemetryPipelinesProps - Throws:
NullPointerException- if any required attribute was not provided
-