@Stability(value=Stable) public static final class CfnAssignmentProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAssignmentProps>
CfnAssignmentProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAssignmentProps |
build()
Builds the configured instance.
|
CfnAssignmentProps.Builder |
instanceArn(String instanceArn)
Sets the value of
CfnAssignmentProps.getInstanceArn() |
CfnAssignmentProps.Builder |
permissionSetArn(String permissionSetArn)
Sets the value of
CfnAssignmentProps.getPermissionSetArn() |
CfnAssignmentProps.Builder |
principalId(String principalId)
Sets the value of
CfnAssignmentProps.getPrincipalId() |
CfnAssignmentProps.Builder |
principalType(String principalType)
Sets the value of
CfnAssignmentProps.getPrincipalType() |
CfnAssignmentProps.Builder |
targetId(String targetId)
Sets the value of
CfnAssignmentProps.getTargetId() |
CfnAssignmentProps.Builder |
targetType(String targetType)
Sets the value of
CfnAssignmentProps.getTargetType() |
@Stability(value=Stable) public CfnAssignmentProps.Builder instanceArn(String instanceArn)
CfnAssignmentProps.getInstanceArn()instanceArn - `AWS::SSO::Assignment.InstanceArn`. This parameter is required.this@Stability(value=Stable) public CfnAssignmentProps.Builder permissionSetArn(String permissionSetArn)
CfnAssignmentProps.getPermissionSetArn()permissionSetArn - `AWS::SSO::Assignment.PermissionSetArn`. This parameter is required.this@Stability(value=Stable) public CfnAssignmentProps.Builder principalId(String principalId)
CfnAssignmentProps.getPrincipalId()principalId - `AWS::SSO::Assignment.PrincipalId`. This parameter is required.this@Stability(value=Stable) public CfnAssignmentProps.Builder principalType(String principalType)
CfnAssignmentProps.getPrincipalType()principalType - `AWS::SSO::Assignment.PrincipalType`. This parameter is required.this@Stability(value=Stable) public CfnAssignmentProps.Builder targetId(String targetId)
CfnAssignmentProps.getTargetId()targetId - `AWS::SSO::Assignment.TargetId`. This parameter is required.this@Stability(value=Stable) public CfnAssignmentProps.Builder targetType(String targetType)
CfnAssignmentProps.getTargetType()targetType - `AWS::SSO::Assignment.TargetType`. This parameter is required.this@Stability(value=Stable) public CfnAssignmentProps build()
build in interface software.amazon.jsii.Builder<CfnAssignmentProps>CfnAssignmentPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.