@Stability(value=Stable) public static final class CfnAgentProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAgentProps>
CfnAgentProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAgentProps.Builder |
activationKey(String activationKey)
Sets the value of
CfnAgentProps.getActivationKey() |
CfnAgentProps.Builder |
agentName(String agentName)
Sets the value of
CfnAgentProps.getAgentName() |
CfnAgentProps |
build()
Builds the configured instance.
|
CfnAgentProps.Builder |
securityGroupArns(List<String> securityGroupArns)
Sets the value of
CfnAgentProps.getSecurityGroupArns() |
CfnAgentProps.Builder |
subnetArns(List<String> subnetArns)
Sets the value of
CfnAgentProps.getSubnetArns() |
CfnAgentProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnAgentProps.getTags() |
CfnAgentProps.Builder |
vpcEndpointId(String vpcEndpointId)
Sets the value of
CfnAgentProps.getVpcEndpointId() |
@Stability(value=Stable) public CfnAgentProps.Builder activationKey(String activationKey)
CfnAgentProps.getActivationKey()activationKey - `AWS::DataSync::Agent.ActivationKey`. This parameter is required.this@Stability(value=Stable) public CfnAgentProps.Builder agentName(String agentName)
CfnAgentProps.getAgentName()agentName - `AWS::DataSync::Agent.AgentName`.this@Stability(value=Stable) public CfnAgentProps.Builder securityGroupArns(List<String> securityGroupArns)
CfnAgentProps.getSecurityGroupArns()securityGroupArns - `AWS::DataSync::Agent.SecurityGroupArns`.this@Stability(value=Stable) public CfnAgentProps.Builder subnetArns(List<String> subnetArns)
CfnAgentProps.getSubnetArns()subnetArns - `AWS::DataSync::Agent.SubnetArns`.this@Stability(value=Stable) public CfnAgentProps.Builder tags(List<? extends CfnTag> tags)
CfnAgentProps.getTags()tags - `AWS::DataSync::Agent.Tags`.this@Stability(value=Stable) public CfnAgentProps.Builder vpcEndpointId(String vpcEndpointId)
CfnAgentProps.getVpcEndpointId()vpcEndpointId - `AWS::DataSync::Agent.VpcEndpointId`.this@Stability(value=Stable) public CfnAgentProps build()
build in interface software.amazon.jsii.Builder<CfnAgentProps>CfnAgentPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.