Class CfnCloudConnector.Builder
java.lang.Object
software.amazon.awscdk.services.ssm.CfnCloudConnector.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCloudConnector>
- Enclosing class:
CfnCloudConnector
@Stability(Stable)
public static final class CfnCloudConnector.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCloudConnector>
A fluent builder for
CfnCloudConnector.-
Method Summary
Modifier and TypeMethodDescriptionbuild()configConnectorArn(String configConnectorArn) The ARN of the AWS Config connector.configuration(IResolvable configuration) The configuration for the cloud connector.The configuration for the cloud connector.static CfnCloudConnector.Builderdescription(String description) The description of the cloud connector.displayName(String displayName) The display name of the cloud connector.The IAM role ARN used by the cloud connector.Tags to apply to the cloud connector.
-
Method Details
-
create
@Stability(Stable) public static CfnCloudConnector.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnCloudConnector.Builder.
-
configConnectorArn
The ARN of the AWS Config connector.- Parameters:
configConnectorArn- The ARN of the AWS Config connector. This parameter is required.- Returns:
this- See Also:
-
configuration
The configuration for the cloud connector.Currently supports Azure.
- Parameters:
configuration- The configuration for the cloud connector. This parameter is required.- Returns:
this- See Also:
-
configuration
@Stability(Stable) public CfnCloudConnector.Builder configuration(CfnCloudConnector.CloudConnectorConfigurationProperty configuration) The configuration for the cloud connector.Currently supports Azure.
- Parameters:
configuration- The configuration for the cloud connector. This parameter is required.- Returns:
this- See Also:
-
displayName
The display name of the cloud connector.- Parameters:
displayName- The display name of the cloud connector. This parameter is required.- Returns:
this- See Also:
-
roleArn
The IAM role ARN used by the cloud connector.- Parameters:
roleArn- The IAM role ARN used by the cloud connector. This parameter is required.- Returns:
this- See Also:
-
description
The description of the cloud connector.- Parameters:
description- The description of the cloud connector. This parameter is required.- Returns:
this- See Also:
-
tags
Tags to apply to the cloud connector.- Parameters:
tags- Tags to apply to the cloud connector. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCloudConnector>- Returns:
- a newly built instance of
CfnCloudConnector.
-