@Stability(value=Stable) public static final class CfnServiceLinkedRoleProps.Builder extends Object implements software.amazon.jsii.Builder<CfnServiceLinkedRoleProps>
CfnServiceLinkedRoleProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnServiceLinkedRoleProps.Builder |
awsServiceName(String awsServiceName)
Sets the value of
CfnServiceLinkedRoleProps.getAwsServiceName() |
CfnServiceLinkedRoleProps |
build()
Builds the configured instance.
|
CfnServiceLinkedRoleProps.Builder |
customSuffix(String customSuffix)
Sets the value of
CfnServiceLinkedRoleProps.getCustomSuffix() |
CfnServiceLinkedRoleProps.Builder |
description(String description)
Sets the value of
CfnServiceLinkedRoleProps.getDescription() |
@Stability(value=Stable) public CfnServiceLinkedRoleProps.Builder awsServiceName(String awsServiceName)
CfnServiceLinkedRoleProps.getAwsServiceName()awsServiceName - `AWS::IAM::ServiceLinkedRole.AWSServiceName`. This parameter is required.this@Stability(value=Stable) public CfnServiceLinkedRoleProps.Builder customSuffix(String customSuffix)
CfnServiceLinkedRoleProps.getCustomSuffix()customSuffix - `AWS::IAM::ServiceLinkedRole.CustomSuffix`.this@Stability(value=Stable) public CfnServiceLinkedRoleProps.Builder description(String description)
CfnServiceLinkedRoleProps.getDescription()description - `AWS::IAM::ServiceLinkedRole.Description`.this@Stability(value=Stable) public CfnServiceLinkedRoleProps build()
build in interface software.amazon.jsii.Builder<CfnServiceLinkedRoleProps>CfnServiceLinkedRolePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.