Class CfnServiceLevelObjectivePropsMixin.CompositeSliComponentProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.applicationsignals.CfnServiceLevelObjectivePropsMixin.CompositeSliComponentProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnServiceLevelObjectivePropsMixin.CompositeSliComponentProperty>
- Enclosing interface:
CfnServiceLevelObjectivePropsMixin.CompositeSliComponentProperty
@Stability(Stable)
public static final class CfnServiceLevelObjectivePropsMixin.CompositeSliComponentProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnServiceLevelObjectivePropsMixin.CompositeSliComponentProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.operationName(String operationName)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
operationName
@Stability(Stable) public CfnServiceLevelObjectivePropsMixin.CompositeSliComponentProperty.Builder operationName(String operationName) Sets the value ofCfnServiceLevelObjectivePropsMixin.CompositeSliComponentProperty.getOperationName()- Parameters:
operationName- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnServiceLevelObjectivePropsMixin.CompositeSliComponentProperty>- Returns:
- a new instance of
CfnServiceLevelObjectivePropsMixin.CompositeSliComponentProperty - Throws:
NullPointerException- if any required attribute was not provided
-