@Stability(value=Stable) public static final class CfnImageBuilderProps.Builder extends Object implements software.amazon.jsii.Builder<CfnImageBuilderProps>
CfnImageBuilderProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnImageBuilderProps.Builder instanceType(String instanceType)
CfnImageBuilderProps.getInstanceType()instanceType - The instance type to use when launching the image builder. The following instance types are available:. This parameter is required.
this@Stability(value=Stable) public CfnImageBuilderProps.Builder name(String name)
CfnImageBuilderProps.getName()name - A unique name for the image builder. This parameter is required.this@Stability(value=Stable) public CfnImageBuilderProps.Builder accessEndpoints(IResolvable accessEndpoints)
CfnImageBuilderProps.getAccessEndpoints()accessEndpoints - The list of virtual private cloud (VPC) interface endpoint objects.
Administrators can connect to the image builder only through the specified endpoints.this@Stability(value=Stable) public CfnImageBuilderProps.Builder accessEndpoints(List<? extends Object> accessEndpoints)
CfnImageBuilderProps.getAccessEndpoints()accessEndpoints - The list of virtual private cloud (VPC) interface endpoint objects.
Administrators can connect to the image builder only through the specified endpoints.this@Stability(value=Stable) public CfnImageBuilderProps.Builder appstreamAgentVersion(String appstreamAgentVersion)
CfnImageBuilderProps.getAppstreamAgentVersion()appstreamAgentVersion - The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].this@Stability(value=Stable) public CfnImageBuilderProps.Builder description(String description)
CfnImageBuilderProps.getDescription()description - The description to display.this@Stability(value=Stable) public CfnImageBuilderProps.Builder displayName(String displayName)
CfnImageBuilderProps.getDisplayName()displayName - The image builder name to display.this@Stability(value=Stable) public CfnImageBuilderProps.Builder domainJoinInfo(CfnImageBuilder.DomainJoinInfoProperty domainJoinInfo)
CfnImageBuilderProps.getDomainJoinInfo()domainJoinInfo - The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.this@Stability(value=Stable) public CfnImageBuilderProps.Builder domainJoinInfo(IResolvable domainJoinInfo)
CfnImageBuilderProps.getDomainJoinInfo()domainJoinInfo - The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.this@Stability(value=Stable) public CfnImageBuilderProps.Builder enableDefaultInternetAccess(Boolean enableDefaultInternetAccess)
CfnImageBuilderProps.getEnableDefaultInternetAccess()enableDefaultInternetAccess - Enables or disables default internet access for the image builder.this@Stability(value=Stable) public CfnImageBuilderProps.Builder enableDefaultInternetAccess(IResolvable enableDefaultInternetAccess)
CfnImageBuilderProps.getEnableDefaultInternetAccess()enableDefaultInternetAccess - Enables or disables default internet access for the image builder.this@Stability(value=Stable) public CfnImageBuilderProps.Builder iamRoleArn(String iamRoleArn)
CfnImageBuilderProps.getIamRoleArn()iamRoleArn - The ARN of the IAM role that is applied to the image builder.
To assume a role, the image builder calls the AWS Security Token Service AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.
For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide .
this@Stability(value=Stable) public CfnImageBuilderProps.Builder imageArn(String imageArn)
CfnImageBuilderProps.getImageArn()imageArn - The ARN of the public, private, or shared image to use.this@Stability(value=Stable) public CfnImageBuilderProps.Builder imageName(String imageName)
CfnImageBuilderProps.getImageName()imageName - The name of the image used to create the image builder.this@Stability(value=Stable) public CfnImageBuilderProps.Builder tags(List<? extends CfnTag> tags)
CfnImageBuilderProps.getTags()tags - An array of key-value pairs.this@Stability(value=Stable) public CfnImageBuilderProps.Builder vpcConfig(CfnImageBuilder.VpcConfigProperty vpcConfig)
CfnImageBuilderProps.getVpcConfig()vpcConfig - The VPC configuration for the image builder.
You can specify only one subnet.this@Stability(value=Stable) public CfnImageBuilderProps.Builder vpcConfig(IResolvable vpcConfig)
CfnImageBuilderProps.getVpcConfig()vpcConfig - The VPC configuration for the image builder.
You can specify only one subnet.this@Stability(value=Stable) public CfnImageBuilderProps build()
build in interface software.amazon.jsii.Builder<CfnImageBuilderProps>CfnImageBuilderPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.