@Stability(value=Stable) public static final class CfnServerProps.Builder extends Object implements software.amazon.jsii.Builder<CfnServerProps>
CfnServerProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnServerProps.Builder instanceProfileArn(String instanceProfileArn)
CfnServerProps.getInstanceProfileArn()instanceProfileArn - `AWS::OpsWorksCM::Server.InstanceProfileArn`. This parameter is required.this@Stability(value=Stable) public CfnServerProps.Builder instanceType(String instanceType)
CfnServerProps.getInstanceType()instanceType - `AWS::OpsWorksCM::Server.InstanceType`. This parameter is required.this@Stability(value=Stable) public CfnServerProps.Builder serviceRoleArn(String serviceRoleArn)
CfnServerProps.getServiceRoleArn()serviceRoleArn - `AWS::OpsWorksCM::Server.ServiceRoleArn`. This parameter is required.this@Stability(value=Stable) public CfnServerProps.Builder associatePublicIpAddress(Boolean associatePublicIpAddress)
CfnServerProps.getAssociatePublicIpAddress()associatePublicIpAddress - `AWS::OpsWorksCM::Server.AssociatePublicIpAddress`.this@Stability(value=Stable) public CfnServerProps.Builder associatePublicIpAddress(IResolvable associatePublicIpAddress)
CfnServerProps.getAssociatePublicIpAddress()associatePublicIpAddress - `AWS::OpsWorksCM::Server.AssociatePublicIpAddress`.this@Stability(value=Stable) public CfnServerProps.Builder backupId(String backupId)
CfnServerProps.getBackupId()backupId - `AWS::OpsWorksCM::Server.BackupId`.this@Stability(value=Stable) public CfnServerProps.Builder backupRetentionCount(Number backupRetentionCount)
CfnServerProps.getBackupRetentionCount()backupRetentionCount - `AWS::OpsWorksCM::Server.BackupRetentionCount`.this@Stability(value=Stable) public CfnServerProps.Builder customCertificate(String customCertificate)
CfnServerProps.getCustomCertificate()customCertificate - `AWS::OpsWorksCM::Server.CustomCertificate`.this@Stability(value=Stable) public CfnServerProps.Builder customDomain(String customDomain)
CfnServerProps.getCustomDomain()customDomain - `AWS::OpsWorksCM::Server.CustomDomain`.this@Stability(value=Stable) public CfnServerProps.Builder customPrivateKey(String customPrivateKey)
CfnServerProps.getCustomPrivateKey()customPrivateKey - `AWS::OpsWorksCM::Server.CustomPrivateKey`.this@Stability(value=Stable) public CfnServerProps.Builder disableAutomatedBackup(Boolean disableAutomatedBackup)
CfnServerProps.getDisableAutomatedBackup()disableAutomatedBackup - `AWS::OpsWorksCM::Server.DisableAutomatedBackup`.this@Stability(value=Stable) public CfnServerProps.Builder disableAutomatedBackup(IResolvable disableAutomatedBackup)
CfnServerProps.getDisableAutomatedBackup()disableAutomatedBackup - `AWS::OpsWorksCM::Server.DisableAutomatedBackup`.this@Stability(value=Stable) public CfnServerProps.Builder engine(String engine)
CfnServerProps.getEngine()engine - `AWS::OpsWorksCM::Server.Engine`.this@Stability(value=Stable) public CfnServerProps.Builder engineAttributes(IResolvable engineAttributes)
CfnServerProps.getEngineAttributes()engineAttributes - `AWS::OpsWorksCM::Server.EngineAttributes`.this@Stability(value=Stable) public CfnServerProps.Builder engineAttributes(List<? extends Object> engineAttributes)
CfnServerProps.getEngineAttributes()engineAttributes - `AWS::OpsWorksCM::Server.EngineAttributes`.this@Stability(value=Stable) public CfnServerProps.Builder engineModel(String engineModel)
CfnServerProps.getEngineModel()engineModel - `AWS::OpsWorksCM::Server.EngineModel`.this@Stability(value=Stable) public CfnServerProps.Builder engineVersion(String engineVersion)
CfnServerProps.getEngineVersion()engineVersion - `AWS::OpsWorksCM::Server.EngineVersion`.this@Stability(value=Stable) public CfnServerProps.Builder keyPair(String keyPair)
CfnServerProps.getKeyPair()keyPair - `AWS::OpsWorksCM::Server.KeyPair`.this@Stability(value=Stable) public CfnServerProps.Builder preferredBackupWindow(String preferredBackupWindow)
CfnServerProps.getPreferredBackupWindow()preferredBackupWindow - `AWS::OpsWorksCM::Server.PreferredBackupWindow`.this@Stability(value=Stable) public CfnServerProps.Builder preferredMaintenanceWindow(String preferredMaintenanceWindow)
CfnServerProps.getPreferredMaintenanceWindow()preferredMaintenanceWindow - `AWS::OpsWorksCM::Server.PreferredMaintenanceWindow`.this@Stability(value=Stable) public CfnServerProps.Builder securityGroupIds(List<String> securityGroupIds)
CfnServerProps.getSecurityGroupIds()securityGroupIds - `AWS::OpsWorksCM::Server.SecurityGroupIds`.this@Stability(value=Stable) public CfnServerProps.Builder serverName(String serverName)
CfnServerProps.getServerName()serverName - `AWS::OpsWorksCM::Server.ServerName`.this@Stability(value=Stable) public CfnServerProps.Builder subnetIds(List<String> subnetIds)
CfnServerProps.getSubnetIds()subnetIds - `AWS::OpsWorksCM::Server.SubnetIds`.this@Stability(value=Stable) public CfnServerProps.Builder tags(List<? extends CfnTag> tags)
CfnServerProps.getTags()tags - `AWS::OpsWorksCM::Server.Tags`.this@Stability(value=Stable) public CfnServerProps build()
build in interface software.amazon.jsii.Builder<CfnServerProps>CfnServerPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.