Class CfnSupportPermitPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.supportauthz.CfnSupportPermitPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSupportPermitPropsMixin>
- Enclosing class:
CfnSupportPermitPropsMixin
@Stability(Stable)
public static final class CfnSupportPermitPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSupportPermitPropsMixin>
A fluent builder for
CfnSupportPermitPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) An optional description of the support permit.The name of the support permit.The grant definition: which actions on which resources, optionally constrained by time conditions.permit(IResolvable permit) The grant definition: which actions on which resources, optionally constrained by time conditions.signingKeyInfo(CfnSupportPermitPropsMixin.SigningKeyInfoProperty signingKeyInfo) The signing key used by the permit.signingKeyInfo(IResolvable signingKeyInfo) The signing key used by the permit.supportCaseDisplayId(String supportCaseDisplayId) The support case display identifier associated with the permit.A list of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnSupportPermitPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSupportPermitPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSupportPermitPropsMixin.Builder.
-
description
An optional description of the support permit.- Parameters:
description- An optional description of the support permit. This parameter is required.- Returns:
this- See Also:
-
name
The name of the support permit.- Parameters:
name- The name of the support permit. This parameter is required.- Returns:
this- See Also:
-
permit
The grant definition: which actions on which resources, optionally constrained by time conditions.- Parameters:
permit- The grant definition: which actions on which resources, optionally constrained by time conditions. This parameter is required.- Returns:
this- See Also:
-
permit
@Stability(Stable) public CfnSupportPermitPropsMixin.Builder permit(CfnSupportPermitPropsMixin.PermitProperty permit) The grant definition: which actions on which resources, optionally constrained by time conditions.- Parameters:
permit- The grant definition: which actions on which resources, optionally constrained by time conditions. This parameter is required.- Returns:
this- See Also:
-
signingKeyInfo
@Stability(Stable) public CfnSupportPermitPropsMixin.Builder signingKeyInfo(IResolvable signingKeyInfo) The signing key used by the permit.Exactly one key type must be provided.
- Parameters:
signingKeyInfo- The signing key used by the permit. This parameter is required.- Returns:
this- See Also:
-
signingKeyInfo
@Stability(Stable) public CfnSupportPermitPropsMixin.Builder signingKeyInfo(CfnSupportPermitPropsMixin.SigningKeyInfoProperty signingKeyInfo) The signing key used by the permit.Exactly one key type must be provided.
- Parameters:
signingKeyInfo- The signing key used by the permit. This parameter is required.- Returns:
this- See Also:
-
supportCaseDisplayId
@Stability(Stable) public CfnSupportPermitPropsMixin.Builder supportCaseDisplayId(String supportCaseDisplayId) The support case display identifier associated with the permit.When provided, the permit is linked to the specified AWS Support case.
- Parameters:
supportCaseDisplayId- The support case display identifier associated with the permit. This parameter is required.- Returns:
this- See Also:
-
tags
A list of key-value pairs to apply to this resource.- Parameters:
tags- A list of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSupportPermitPropsMixin>- Returns:
- a newly built instance of
CfnSupportPermitPropsMixin.
-