Class CfnTargetAccountConfigurationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.fis.CfnTargetAccountConfigurationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTargetAccountConfigurationPropsMixin>
- Enclosing class:
CfnTargetAccountConfigurationPropsMixin
@Stability(Stable)
public static final class CfnTargetAccountConfigurationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTargetAccountConfigurationPropsMixin>
A fluent builder for
CfnTargetAccountConfigurationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionThe AWS account ID of the target account.build()create()create(CfnPropertyMixinOptions options) description(String description) The description of the target account.experimentTemplateId(String experimentTemplateId) The ID of the experiment template.The Amazon Resource Name (ARN) of an IAM role for the target account.
-
Method Details
-
create
@Stability(Stable) public static CfnTargetAccountConfigurationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTargetAccountConfigurationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTargetAccountConfigurationPropsMixin.Builder.
-
accountId
@Stability(Stable) public CfnTargetAccountConfigurationPropsMixin.Builder accountId(String accountId) The AWS account ID of the target account.- Parameters:
accountId- The AWS account ID of the target account. This parameter is required.- Returns:
this- See Also:
-
description
@Stability(Stable) public CfnTargetAccountConfigurationPropsMixin.Builder description(String description) The description of the target account.- Parameters:
description- The description of the target account. This parameter is required.- Returns:
this- See Also:
-
experimentTemplateId
@Stability(Stable) public CfnTargetAccountConfigurationPropsMixin.Builder experimentTemplateId(String experimentTemplateId) The ID of the experiment template.- Parameters:
experimentTemplateId- The ID of the experiment template. This parameter is required.- Returns:
this- See Also:
-
roleArn
The Amazon Resource Name (ARN) of an IAM role for the target account.- Parameters:
roleArn- The Amazon Resource Name (ARN) of an IAM role for the target account. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTargetAccountConfigurationPropsMixin>- Returns:
- a newly built instance of
CfnTargetAccountConfigurationPropsMixin.
-