@Stability(value=Stable) public static final class CfnProfile.Builder extends Object implements software.amazon.jsii.Builder<CfnProfile>
CfnProfile.| Modifier and Type | Method and Description |
|---|---|
CfnProfile.Builder |
as2Id(String as2Id)
`AWS::Transfer::Profile.As2Id`.
|
CfnProfile |
build() |
CfnProfile.Builder |
certificateIds(List<String> certificateIds)
`AWS::Transfer::Profile.CertificateIds`.
|
static CfnProfile.Builder |
create(Construct scope,
String id) |
CfnProfile.Builder |
profileType(String profileType)
`AWS::Transfer::Profile.ProfileType`.
|
CfnProfile.Builder |
tags(List<? extends CfnTag> tags)
`AWS::Transfer::Profile.Tags`.
|
@Stability(value=Stable) public static CfnProfile.Builder create(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.CfnProfile.Builder.@Stability(value=Stable) public CfnProfile.Builder as2Id(String as2Id)
as2Id - `AWS::Transfer::Profile.As2Id`. This parameter is required.this@Stability(value=Stable) public CfnProfile.Builder profileType(String profileType)
profileType - `AWS::Transfer::Profile.ProfileType`. This parameter is required.this@Stability(value=Stable) public CfnProfile.Builder certificateIds(List<String> certificateIds)
certificateIds - `AWS::Transfer::Profile.CertificateIds`. This parameter is required.this@Stability(value=Stable) public CfnProfile.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::Transfer::Profile.Tags`. This parameter is required.this@Stability(value=Stable) public CfnProfile build()
build in interface software.amazon.jsii.Builder<CfnProfile>Copyright © 2022. All rights reserved.