Class CfnAgentSpacePropsMixin.IntegratedResourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.securityagent.CfnAgentSpacePropsMixin.IntegratedResourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAgentSpacePropsMixin.IntegratedResourceProperty>
- Enclosing interface:
CfnAgentSpacePropsMixin.IntegratedResourceProperty
@Stability(Stable)
public static final class CfnAgentSpacePropsMixin.IntegratedResourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAgentSpacePropsMixin.IntegratedResourceProperty>
A builder for
CfnAgentSpacePropsMixin.IntegratedResourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.integration(String integration) Sets the value ofCfnAgentSpacePropsMixin.IntegratedResourceProperty.getIntegration()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
integration
@Stability(Stable) public CfnAgentSpacePropsMixin.IntegratedResourceProperty.Builder integration(String integration) Sets the value ofCfnAgentSpacePropsMixin.IntegratedResourceProperty.getIntegration()- Parameters:
integration- Unique identifier of the Provider Integration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAgentSpacePropsMixin.IntegratedResourceProperty>- Returns:
- a new instance of
CfnAgentSpacePropsMixin.IntegratedResourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-