Package com.pulumi.aws.efs.inputs
Class GetMountTargetPlainArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.efs.inputs.GetMountTargetPlainArgs.Builder
-
- Enclosing class:
- GetMountTargetPlainArgs
public static final class GetMountTargetPlainArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetMountTargetPlainArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetMountTargetPlainArgs.Builder
accessPointId(java.lang.String accessPointId)
GetMountTargetPlainArgs
build()
GetMountTargetPlainArgs.Builder
fileSystemId(java.lang.String fileSystemId)
GetMountTargetPlainArgs.Builder
mountTargetId(java.lang.String mountTargetId)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetMountTargetPlainArgs defaults)
-
-
Method Detail
-
accessPointId
public GetMountTargetPlainArgs.Builder accessPointId(@Nullable java.lang.String accessPointId)
- Parameters:
accessPointId
- ID or ARN of the access point whose mount target that you want to find. It must be included if a `file_system_id` and `mount_target_id` are not included.- Returns:
- builder
-
fileSystemId
public GetMountTargetPlainArgs.Builder fileSystemId(@Nullable java.lang.String fileSystemId)
- Parameters:
fileSystemId
- ID or ARN of the file system whose mount target that you want to find. It must be included if an `access_point_id` and `mount_target_id` are not included.- Returns:
- builder
-
mountTargetId
public GetMountTargetPlainArgs.Builder mountTargetId(@Nullable java.lang.String mountTargetId)
- Parameters:
mountTargetId
- ID or ARN of the mount target that you want to find. It must be included in your request if an `access_point_id` and `file_system_id` are not included.- Returns:
- builder
-
build
public GetMountTargetPlainArgs build()
-
-