@Stability(value=Stable) public static final class CfnProfileProps.Builder extends Object implements software.amazon.jsii.Builder<CfnProfileProps>
CfnProfileProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnProfileProps.Builder |
as2Id(String as2Id)
Sets the value of
CfnProfileProps.getAs2Id() |
CfnProfileProps |
build()
Builds the configured instance.
|
CfnProfileProps.Builder |
certificateIds(List<String> certificateIds)
Sets the value of
CfnProfileProps.getCertificateIds() |
CfnProfileProps.Builder |
profileType(String profileType)
Sets the value of
CfnProfileProps.getProfileType() |
CfnProfileProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnProfileProps.getTags() |
@Stability(value=Stable) public CfnProfileProps.Builder as2Id(String as2Id)
CfnProfileProps.getAs2Id()as2Id - `AWS::Transfer::Profile.As2Id`. This parameter is required.this@Stability(value=Stable) public CfnProfileProps.Builder profileType(String profileType)
CfnProfileProps.getProfileType()profileType - `AWS::Transfer::Profile.ProfileType`. This parameter is required.this@Stability(value=Stable) public CfnProfileProps.Builder certificateIds(List<String> certificateIds)
CfnProfileProps.getCertificateIds()certificateIds - `AWS::Transfer::Profile.CertificateIds`.this@Stability(value=Stable) public CfnProfileProps.Builder tags(List<? extends CfnTag> tags)
CfnProfileProps.getTags()tags - `AWS::Transfer::Profile.Tags`.this@Stability(value=Stable) public CfnProfileProps build()
build in interface software.amazon.jsii.Builder<CfnProfileProps>CfnProfilePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.