@Stability(value=Stable) public static final class CfnInstanceProfile.Builder extends Object implements software.amazon.jsii.Builder<CfnInstanceProfile>
CfnInstanceProfile.| Modifier and Type | Method and Description |
|---|---|
CfnInstanceProfile |
build() |
static CfnInstanceProfile.Builder |
create(software.constructs.Construct scope,
String id) |
CfnInstanceProfile.Builder |
instanceProfileName(String instanceProfileName)
`AWS::IAM::InstanceProfile.InstanceProfileName`.
|
CfnInstanceProfile.Builder |
path(String path)
`AWS::IAM::InstanceProfile.Path`.
|
CfnInstanceProfile.Builder |
roles(List<String> roles)
`AWS::IAM::InstanceProfile.Roles`.
|
@Stability(value=Stable) public static CfnInstanceProfile.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnInstanceProfile.Builder.@Stability(value=Stable) public CfnInstanceProfile.Builder roles(List<String> roles)
roles - `AWS::IAM::InstanceProfile.Roles`. This parameter is required.this@Stability(value=Stable) public CfnInstanceProfile.Builder instanceProfileName(String instanceProfileName)
instanceProfileName - `AWS::IAM::InstanceProfile.InstanceProfileName`. This parameter is required.this@Stability(value=Stable) public CfnInstanceProfile.Builder path(String path)
path - `AWS::IAM::InstanceProfile.Path`. This parameter is required.this@Stability(value=Stable) public CfnInstanceProfile build()
build in interface software.amazon.jsii.Builder<CfnInstanceProfile>Copyright © 2021. All rights reserved.