Interface TransferUserHomeDirectoryMappings
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
TransferUserHomeDirectoryMappings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:55.417Z") @Stability(Stable) public interface TransferUserHomeDirectoryMappings extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTransferUserHomeDirectoryMappings.BuilderA builder forTransferUserHomeDirectoryMappingsstatic classTransferUserHomeDirectoryMappings.Jsii$ProxyAn implementation forTransferUserHomeDirectoryMappings
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static TransferUserHomeDirectoryMappings.Builderbuilder()StringgetEntry()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#entry TransferUser#entry}.StringgetTarget()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#target TransferUser#target}.
-
-
-
Method Detail
-
getEntry
@Stability(Stable) @NotNull String getEntry()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#entry TransferUser#entry}.
-
getTarget
@Stability(Stable) @NotNull String getTarget()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#target TransferUser#target}.
-
builder
@Stability(Stable) static TransferUserHomeDirectoryMappings.Builder builder()
-
-