Class FsxOpenZfsFileSystemState.Builder

  • Enclosing class:
    FsxOpenZfsFileSystemState

    public static final class FsxOpenZfsFileSystemState.Builder
    extends java.lang.Object
    • Method Detail

      • arn

        public FsxOpenZfsFileSystemState.Builder arn​(@Nullable
                                                     com.pulumi.core.Output<java.lang.String> arn)
        Parameters:
        arn - Amazon Resource Name (ARN) of the DataSync Location.
        Returns:
        builder
      • arn

        public FsxOpenZfsFileSystemState.Builder arn​(java.lang.String arn)
        Parameters:
        arn - Amazon Resource Name (ARN) of the DataSync Location.
        Returns:
        builder
      • creationTime

        public FsxOpenZfsFileSystemState.Builder creationTime​(@Nullable
                                                              com.pulumi.core.Output<java.lang.String> creationTime)
        Parameters:
        creationTime - The time that the FSx for openzfs location was created.
        Returns:
        builder
      • creationTime

        public FsxOpenZfsFileSystemState.Builder creationTime​(java.lang.String creationTime)
        Parameters:
        creationTime - The time that the FSx for openzfs location was created.
        Returns:
        builder
      • fsxFilesystemArn

        public FsxOpenZfsFileSystemState.Builder fsxFilesystemArn​(@Nullable
                                                                  com.pulumi.core.Output<java.lang.String> fsxFilesystemArn)
        Parameters:
        fsxFilesystemArn - The Amazon Resource Name (ARN) for the FSx for OpenZfs file system.
        Returns:
        builder
      • fsxFilesystemArn

        public FsxOpenZfsFileSystemState.Builder fsxFilesystemArn​(java.lang.String fsxFilesystemArn)
        Parameters:
        fsxFilesystemArn - The Amazon Resource Name (ARN) for the FSx for OpenZfs file system.
        Returns:
        builder
      • securityGroupArns

        public FsxOpenZfsFileSystemState.Builder securityGroupArns​(@Nullable
                                                                   com.pulumi.core.Output<java.util.List<java.lang.String>> securityGroupArns)
        Parameters:
        securityGroupArns - The Amazon Resource Names (ARNs) of the security groups that are to use to configure the FSx for openzfs file system.
        Returns:
        builder
      • securityGroupArns

        public FsxOpenZfsFileSystemState.Builder securityGroupArns​(java.util.List<java.lang.String> securityGroupArns)
        Parameters:
        securityGroupArns - The Amazon Resource Names (ARNs) of the security groups that are to use to configure the FSx for openzfs file system.
        Returns:
        builder
      • securityGroupArns

        public FsxOpenZfsFileSystemState.Builder securityGroupArns​(java.lang.String... securityGroupArns)
        Parameters:
        securityGroupArns - The Amazon Resource Names (ARNs) of the security groups that are to use to configure the FSx for openzfs file system.
        Returns:
        builder
      • subdirectory

        public FsxOpenZfsFileSystemState.Builder subdirectory​(@Nullable
                                                              com.pulumi.core.Output<java.lang.String> subdirectory)
        Parameters:
        subdirectory - Subdirectory to perform actions as source or destination. Must start with `/fsx`.
        Returns:
        builder
      • subdirectory

        public FsxOpenZfsFileSystemState.Builder subdirectory​(java.lang.String subdirectory)
        Parameters:
        subdirectory - Subdirectory to perform actions as source or destination. Must start with `/fsx`.
        Returns:
        builder
      • tags

        public FsxOpenZfsFileSystemState.Builder tags​(@Nullable
                                                      com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tags

        public FsxOpenZfsFileSystemState.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public FsxOpenZfsFileSystemState.Builder tagsAll​(@Nullable
                                                         com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public FsxOpenZfsFileSystemState.Builder tagsAll​(java.util.Map<java.lang.String,​java.lang.String> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder
      • uri

        public FsxOpenZfsFileSystemState.Builder uri​(@Nullable
                                                     com.pulumi.core.Output<java.lang.String> uri)
        Parameters:
        uri - The URL of the FSx for openzfs location that was described.
        Returns:
        builder
      • uri

        public FsxOpenZfsFileSystemState.Builder uri​(java.lang.String uri)
        Parameters:
        uri - The URL of the FSx for openzfs location that was described.
        Returns:
        builder