Package com.pulumi.aws.efs.inputs
Class GetMountTargetArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.efs.inputs.GetMountTargetArgs.Builder
-
- Enclosing class:
- GetMountTargetArgs
public static final class GetMountTargetArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetMountTargetArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetMountTargetArgs.Builder
accessPointId(com.pulumi.core.Output<java.lang.String> accessPointId)
GetMountTargetArgs.Builder
accessPointId(java.lang.String accessPointId)
GetMountTargetArgs
build()
GetMountTargetArgs.Builder
fileSystemId(com.pulumi.core.Output<java.lang.String> fileSystemId)
GetMountTargetArgs.Builder
fileSystemId(java.lang.String fileSystemId)
GetMountTargetArgs.Builder
mountTargetId(com.pulumi.core.Output<java.lang.String> mountTargetId)
GetMountTargetArgs.Builder
mountTargetId(java.lang.String mountTargetId)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetMountTargetArgs defaults)
-
-
Method Detail
-
accessPointId
public GetMountTargetArgs.Builder accessPointId(@Nullable com.pulumi.core.Output<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
-
accessPointId
public GetMountTargetArgs.Builder accessPointId(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 GetMountTargetArgs.Builder fileSystemId(@Nullable com.pulumi.core.Output<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
-
fileSystemId
public GetMountTargetArgs.Builder fileSystemId(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 GetMountTargetArgs.Builder mountTargetId(@Nullable com.pulumi.core.Output<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
-
mountTargetId
public GetMountTargetArgs.Builder mountTargetId(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 GetMountTargetArgs build()
-
-