Class PermissionsDataLocationArgs.Builder

    • Method Detail

      • arn

        public PermissionsDataLocationArgs.Builder arn​(com.pulumi.core.Output<java.lang.String> arn)
        Parameters:
        arn - Amazon Resource Name (ARN) that uniquely identifies the data location resource. The following argument is optional:
        Returns:
        builder
      • arn

        public PermissionsDataLocationArgs.Builder arn​(java.lang.String arn)
        Parameters:
        arn - Amazon Resource Name (ARN) that uniquely identifies the data location resource. The following argument is optional:
        Returns:
        builder
      • catalogId

        public PermissionsDataLocationArgs.Builder catalogId​(@Nullable
                                                             com.pulumi.core.Output<java.lang.String> catalogId)
        Parameters:
        catalogId - Identifier for the Data Catalog where the location is registered with Lake Formation. By default, it is the account ID of the caller.
        Returns:
        builder
      • catalogId

        public PermissionsDataLocationArgs.Builder catalogId​(java.lang.String catalogId)
        Parameters:
        catalogId - Identifier for the Data Catalog where the location is registered with Lake Formation. By default, it is the account ID of the caller.
        Returns:
        builder