Class TransferUserHomeDirectoryMappings.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.transfer_user.TransferUserHomeDirectoryMappings.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<TransferUserHomeDirectoryMappings>
- Enclosing interface:
- TransferUserHomeDirectoryMappings
@Stability(Stable) public static final class TransferUserHomeDirectoryMappings.Builder extends Object implements software.amazon.jsii.Builder<TransferUserHomeDirectoryMappings>
A builder forTransferUserHomeDirectoryMappings
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransferUserHomeDirectoryMappingsbuild()Builds the configured instance.TransferUserHomeDirectoryMappings.Builderentry(String entry)Sets the value ofTransferUserHomeDirectoryMappings.getEntry()TransferUserHomeDirectoryMappings.Buildertarget(String target)Sets the value ofTransferUserHomeDirectoryMappings.getTarget()
-
-
-
Method Detail
-
entry
@Stability(Stable) public TransferUserHomeDirectoryMappings.Builder entry(String entry)
Sets the value ofTransferUserHomeDirectoryMappings.getEntry()- Parameters:
entry- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#entry TransferUser#entry}. This parameter is required.- Returns:
this
-
target
@Stability(Stable) public TransferUserHomeDirectoryMappings.Builder target(String target)
Sets the value ofTransferUserHomeDirectoryMappings.getTarget()- Parameters:
target- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#target TransferUser#target}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public TransferUserHomeDirectoryMappings build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<TransferUserHomeDirectoryMappings>- Returns:
- a new instance of
TransferUserHomeDirectoryMappings - Throws:
NullPointerException- if any required attribute was not provided
-
-