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