@Stability(value=Stable) public static final class CfnLocationObjectStorageProps.Builder extends Object implements software.amazon.jsii.Builder<CfnLocationObjectStorageProps>
CfnLocationObjectStorageProps
Constructor and Description |
---|
Builder() |
@Stability(value=Stable) public CfnLocationObjectStorageProps.Builder agentArns(List<String> agentArns)
CfnLocationObjectStorageProps.getAgentArns()
agentArns
- `AWS::DataSync::LocationObjectStorage.AgentArns`. This parameter is required.this
@Stability(value=Stable) public CfnLocationObjectStorageProps.Builder bucketName(String bucketName)
CfnLocationObjectStorageProps.getBucketName()
bucketName
- `AWS::DataSync::LocationObjectStorage.BucketName`. This parameter is required.this
@Stability(value=Stable) public CfnLocationObjectStorageProps.Builder serverHostname(String serverHostname)
CfnLocationObjectStorageProps.getServerHostname()
serverHostname
- `AWS::DataSync::LocationObjectStorage.ServerHostname`. This parameter is required.this
@Stability(value=Stable) public CfnLocationObjectStorageProps.Builder accessKey(String accessKey)
CfnLocationObjectStorageProps.getAccessKey()
accessKey
- `AWS::DataSync::LocationObjectStorage.AccessKey`.this
@Stability(value=Stable) public CfnLocationObjectStorageProps.Builder secretKey(String secretKey)
CfnLocationObjectStorageProps.getSecretKey()
secretKey
- `AWS::DataSync::LocationObjectStorage.SecretKey`.this
@Stability(value=Stable) public CfnLocationObjectStorageProps.Builder serverPort(Number serverPort)
CfnLocationObjectStorageProps.getServerPort()
serverPort
- `AWS::DataSync::LocationObjectStorage.ServerPort`.this
@Stability(value=Stable) public CfnLocationObjectStorageProps.Builder serverProtocol(String serverProtocol)
CfnLocationObjectStorageProps.getServerProtocol()
serverProtocol
- `AWS::DataSync::LocationObjectStorage.ServerProtocol`.this
@Stability(value=Stable) public CfnLocationObjectStorageProps.Builder subdirectory(String subdirectory)
CfnLocationObjectStorageProps.getSubdirectory()
subdirectory
- `AWS::DataSync::LocationObjectStorage.Subdirectory`.this
@Stability(value=Stable) public CfnLocationObjectStorageProps.Builder tags(List<? extends CfnTag> tags)
CfnLocationObjectStorageProps.getTags()
tags
- `AWS::DataSync::LocationObjectStorage.Tags`.this
@Stability(value=Stable) public CfnLocationObjectStorageProps build()
build
in interface software.amazon.jsii.Builder<CfnLocationObjectStorageProps>
CfnLocationObjectStorageProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.